Skip to content

Instantly share code, notes, and snippets.

@hdwills
hdwills / .csscomb.json
Last active March 1, 2017 06:33
Yizhen-F2E Editor Preferences
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": false,
"leading-zero": false,
"quotes": "double",
@hdwills
hdwills / _sprites.scss
Last active April 29, 2016 07:56
grunt-spritesmith notes
/*
SCSS variables are information about icon's compiled state, stored under its original file name
.icon-home {
width: $icon-home-width;
}
The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;