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