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
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
};