1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-03-23 03:48:56 +01:00
Lexiconga/.postcssrc

12 lines
No EOL
176 B
Text

{
"plugins": {
"autoprefixer": {
"overrideBrowserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
]
}
}
}