1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00
Files
classic-wow-forums/client/postcss.config.js

11 lines
148 B
JavaScript

const browserList = [
'last 3 versions',
'> 1%'
];
module.exports = {
plugins: [
require('autoprefixer')(browserList)
]
};