Sign in
chromium
/
external
/
github.com
/
twbs
/
bootstrap
/
refs/heads/copilot/remove-extend-section-docs
/
.
/
build
/
postcss.config.mjs
blob: 5085844e6e4c714fd9bdcb065dd5e022a5ccde28 [
file
] [
log
] [
blame
] [
edit
]
const
mapConfig
=
{
inline
:
false
,
annotation
:
true
,
sourcesContent
:
true
}
export
default
context
=>
{
return
{
map
:
context
.
file
.
dirname
.
includes
(
'examples'
)
?
false
:
mapConfig
,
plugins
:
{
autoprefixer
:
{
cascade
:
false
}
}
}
}