diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 14:13:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 14:13:41 +0100 |
commit | e3fba3dcd493f609e107435867c4a67cb7ee420f (patch) | |
tree | cd228574b1d4f4e446fac87e9d6fe3eeffe27b63 /sass/.prettierrc | |
parent | 88d3e67474c518a5c422b5f0e47c58147f31fe6e (diff) |
import materialize sass sources instead of relying on npm
Diffstat (limited to 'sass/.prettierrc')
-rw-r--r-- | sass/.prettierrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sass/.prettierrc b/sass/.prettierrc deleted file mode 100644 index 015eea5..0000000 --- a/sass/.prettierrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "singleQuote": true, - "tabWidth": 2, - "printWidth": 80, - "semi": true, - "trailingComma": "es5" -} |