linguist fix attempt

This commit is contained in:
simon987 2019-04-26 09:13:18 -04:00
parent f280df62a9
commit 5880eb3fab
2 changed files with 7 additions and 7 deletions

0
.gitattributes vendored Normal file
View File

View File

@ -1,10 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config // https://github.com/michael-ciniawsky/postcss-load-config
module.exports = { module.exports = {
"plugins": { "plugins": {
"postcss-import": {}, "postcss-import": {},
"postcss-url": {}, "postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json // to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {} "autoprefixer": {}
} }
} };