install bootstrap via composer
This commit is contained in:
14
vendor/twbs/bootstrap/build/postcss.config.js
vendored
Normal file
14
vendor/twbs/bootstrap/build/postcss.config.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = (ctx) => ({
|
||||
map: ctx.file.dirname.includes('examples') ? false : {
|
||||
inline: false,
|
||||
annotation: true,
|
||||
sourcesContent: true
|
||||
},
|
||||
plugins: {
|
||||
autoprefixer: {
|
||||
cascade: false
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user