Skip to content

Instantly share code, notes, and snippets.

@kewld00d
kewld00d / input.scss
Created March 7, 2023 23:50
Generated by SassMeister.com.
@namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul');
@namespace htmlNs url('http://www.w3.org/1999/xhtml');
// #region Features
$feature-floating: true !default;
$feature-floating-alignment: bottom !default;
$feature-floating-distance: 18px !default;
$feature-buttons: true !default;
@kewld00d
kewld00d / pocket_export.rb
Created June 4, 2022 05:27
export pocket
=begin
Pocket Export.rb
My first 'real' Ruby script (hello world)!
More info here: http://blog.ctis.me/2015/12/archiving-your-pocket-articles-with-ruby.html
DEPENDENCIES:
pocket_export requires the following gems:
curb
nokogiri