mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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: () => [
|
plugins: () => [
|
||||||
require('cssnano')({
|
require('cssnano')({
|
||||||
preset: ['advanced', {
|
preset: ['advanced', {
|
||||||
autoprefixer: true,
|
autoprefixer: {
|
||||||
|
add: true,
|
||||||
|
remove: true,
|
||||||
|
flexbox: true,
|
||||||
|
grid: 'autoplace'
|
||||||
|
},
|
||||||
calc: false,
|
calc: false,
|
||||||
convertValues: false,
|
convertValues: false,
|
||||||
discardComments: {
|
discardComments: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue