1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 22:16:38 +02:00

Comply to the new rules.

This commit is contained in:
XhmikosR
2017-12-16 14:00:38 +02:00
parent 6d336502c7
commit 80d0943b95
32 changed files with 1798 additions and 1760 deletions

View File

@@ -7,6 +7,8 @@ module.exports = (ctx) => ({
sourcesContent: true
},
plugins: {
autoprefixer: { cascade: false }
autoprefixer: {
cascade: false
}
}
})