mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
autoprefixer config updated
This commit is contained in:
parent
7ac2c0a6c3
commit
cb7fe3bbd9
1 changed files with 6 additions and 1 deletions
|
|
@ -50,7 +50,12 @@ module.exports = {
|
|||
plugins: () => [
|
||||
require('cssnano')({
|
||||
preset: ['advanced', {
|
||||
autoprefixer: true,
|
||||
autoprefixer: {
|
||||
add: true,
|
||||
remove: true,
|
||||
flexbox: true,
|
||||
grid: 'autoplace'
|
||||
},
|
||||
calc: false,
|
||||
convertValues: false,
|
||||
discardComments: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue