Skip to content

Instantly share code, notes, and snippets.

View nrifki's full-sized avatar
👩‍💻
I may be slow to respond.

Nada Rifki nrifki

👩‍💻
I may be slow to respond.
View GitHub Profile
console.log("hello");
@nrifki
nrifki / .csscomb.json
Created February 4, 2019 08:21
My CSS Comb configuration
{
"exclude": [".git/**", "node_modules/**", "bower_components/**"],
"always-semicolon": true,
"block-indent": " ",
"color-case": "upper",
"color-shorthand": false,
"element-case": "lower",
"eof-newline": true,
"leading-zero": true,
"quotes": "double",