mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Set autoprefixer's cascade option to false. (#24459)
This saves a few bytes from the unminified dist files.
This commit is contained in:
parent
060258f9be
commit
c70eaa156f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ module.exports = (ctx) => ({
|
|||
sourcesContent: true
|
||||
},
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
autoprefixer: { cascade: false }
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue