diff options
| author | XhmikosR <[email protected]> | 2018-12-05 11:38:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-05 11:38:55 +0200 |
| commit | e184c11618ef040864c2fb1b38f81d8df595aacf (patch) | |
| tree | 3611313862675db6dab106f0b2eea00c7f916dc4 /build/postcss.config.js | |
| parent | 3007d4b4353fd0b8f3f65d660e19168e8400ee20 (diff) | |
| parent | 1a171b80ab1b46f59cfd727a7e5f8a10fc43b189 (diff) | |
| download | bootstrap-e184c11618ef040864c2fb1b38f81d8df595aacf.tar.xz bootstrap-e184c11618ef040864c2fb1b38f81d8df595aacf.zip | |
Merge branch 'v4-dev' into stretched-link
Diffstat (limited to 'build/postcss.config.js')
| -rw-r--r-- | build/postcss.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js index 7394ba382..157291ffd 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -1,3 +1,5 @@ +'use strict' + module.exports = (ctx) => ({ map: ctx.file.dirname.includes('examples') ? false : { inline: false, |
