Css updated

This commit is contained in:
Alexiy Rybin
2021-10-24 13:14:11 +07:00
parent b2d387c292
commit f739797fe1
34 changed files with 2945 additions and 460 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true,
"arrowParens": "always",
"trailingComma": "none"
}