Initial commit

This commit is contained in:
Ian Gulliver
2020-05-03 22:51:16 +00:00
commit de64089453
10 changed files with 1394 additions and 0 deletions

14
static/.stylelintrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-order"
],
"rules": {
"order/order": [
"custom-properties",
"declarations"
],
"order/properties-alphabetical-order": true
}
}