mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +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
|
sourcesContent: true
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
autoprefixer: {}
|
autoprefixer: { cascade: false }
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user