/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build/postcss.config.mjs
17 строк
311 B
XhmikosR
Convert build scripts to ESM (#38984)
06 авг 2023, 07:37
Не верифицирован
06 авг 2023, 07:37
56664e0
Код
Авторство
О чём код?
const mapConfig = { inline: false, annotation: true, sourcesContent: true } export default context => { return { map: context.file.dirname.includes('examples') ? false : mapConfig, plugins: { autoprefixer: { cascade: false }, rtlcss: context.env === 'RTL' } } }