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

Run autoprefixer for examples' CSS too.

This commit is contained in:
XhmikosR
2017-10-07 18:49:35 +03:00
parent 0c1597ebde
commit ecdaf0e34a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
'use strict'
module.exports = (ctx) => ({
map: ctx.file.dirname.startsWith('docs') ? false : {
map: ctx.file.dirname.startsWith('docs') || ctx.file.dirname.includes('examples') ? false : {
inline: false,
annotation: true,
sourcesContent: true