mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01: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
@ -7,6 +7,6 @@ module.exports = (ctx) => ({
|
|||||||
sourcesContent: true
|
sourcesContent: true
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
autoprefixer: {}
|
autoprefixer: { cascade: false }
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user