mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
f17443748d
This is so other plugins can use it too.
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
module.exports = (ctx) => ({
|
|
map: ctx.file.dirname.startsWith('docs') ? false : {
|
|
inline: false,
|
|
annotation: true,
|
|
sourcesContent: true
|
|
},
|
|
plugins: {
|
|
autoprefixer: {}
|
|
}
|
|
})
|