/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.6.2
build/postcss.config.js
18 строк
289 B
XhmikosR
postcss.config.js: remove arrow return (#32235)
24 ноя 2020, 09:40
24 ноя 2020, 09:40
b26768e
Код
Авторство
О чём код?
'use strict' module.exports = ctx => { return { map: ctx.file.dirname.includes('examples') ? false : { inline: false, annotation: true, sourcesContent: true }, plugins: { autoprefixer: { cascade: false } } } }