Add SASS compilation and sync the CSS files
This commit is contained in:
parent
f5248e18ef
commit
b07e5d3682
15 changed files with 226 additions and 238 deletions
|
@ -8,6 +8,8 @@
|
|||
"rules": {
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"no-descending-specificity": null,
|
||||
"block-no-empty": null
|
||||
"block-no-empty": null,
|
||||
"no-duplicate-selectors": null,
|
||||
"font-family-no-duplicate-names": null
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue