mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Set autoprefixer's cascade option to false. (#24459)
This saves a few bytes from the unminified dist files.
This commit is contained in:
@@ -7,6 +7,6 @@ module.exports = (ctx) => ({
|
||||
sourcesContent: true
|
||||
},
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
autoprefixer: { cascade: false }
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user