extracting css

This commit is contained in:
yev
2017-12-27 20:34:51 +00:00
parent 9acd4ddcfc
commit 2be134436f
5 changed files with 549 additions and 513 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"trailingComma": "none",
"singleQuote": true,
"semi": false
}