1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-03-22 11:28:55 +01:00
Lexiconga/.postcssrc

12 lines
176 B
Text
Raw Normal View History

2019-05-07 15:55:55 -06:00
{
"plugins": {
"autoprefixer": {
"overrideBrowserslist": [
2019-05-07 15:55:55 -06:00
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
]
}
}
}