diff options
Diffstat (limited to 'testing-scheduler/ui/.postcssrc.js')
-rw-r--r-- | testing-scheduler/ui/.postcssrc.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing-scheduler/ui/.postcssrc.js b/testing-scheduler/ui/.postcssrc.js new file mode 100644 index 00000000..18c016f8 --- /dev/null +++ b/testing-scheduler/ui/.postcssrc.js @@ -0,0 +1,10 @@ +// https://github.com/michael-ciniawsky/postcss-load-config
+
+module.exports = {
+ "plugins": {
+ "postcss-import": {},
+ "postcss-url": {},
+ // to edit target browsers: use "browserslist" field in package.json
+ "autoprefixer": {}
+ }
+}
|