I hereby claim:
- I am mattfelten on github.
- I am mattfelten (https://keybase.io/mattfelten) on keybase.
- I have a public key whose fingerprint is E9A8 35C0 2CFD 8994 1B53 DCBD BD33 9E96 8958 0130
To claim this, I am signing this object:
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
.list-bulletpoints { | |
.dark-section & a { | |
display: block; | |
} | |
} |
{ | |
"atomic_save": false, | |
"auto_complete_commit_on_tab": true, | |
"caret_style": "wide", | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"colored_folder_glyphs": true, | |
"detect_indentation": false, | |
"disable_colored_folder_labels": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Camingo Code", |
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
@mixin min-width($min-width) { | |
@media screen and (min-width: $min-width) { | |
@content; | |
} | |
} |
<!DOCTYPE html> | |
<!-- | |
Theme: Ashley v0.5 | |
Author: Jxnblk [http://jxnblk.com] | |
For: Tumblr [http://tumblr.com/] | |
Terms: Protected under Creative Commons. | |
--> | |
<html lang="en"> |
I hereby claim:
To claim this, I am signing this object:
fea |
fea |
// ---- | |
// Sass (v3.4.21) | |
// Compass (v1.0.3) | |
// ---- | |
// Sass modifiers mixin by Sarah Dayan | |
// Generate All Your Utility Classes with Sass Maps: frontstuff.io/generate-all-your-utility-classes-with-sass-maps | |
// http://frontstuff.io | |
// https://github.com/sarahdayan |