This website requires JavaScript.
Explore
Help
Sign In
offen
/
website
Watch
2
Star
0
Fork
0
You've already forked website
mirror of
https://github.com/offen/website.git
synced
2024-11-22 17:10:29 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
c131d83555
website
/
homepage
/
postcss.config.js
9 lines
123 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add autoprefixer to css pipeline
2019-10-27 12:53:08 +01:00
module
.
exports
=
{
plugins
:
[
use cssnano instead of cssmin for building css
2020-02-23 15:58:00 +01:00
require
(
'autoprefixer'
)
,
require
(
'cssnano'
)
(
{
preset
:
'default'
}
)
add autoprefixer to css pipeline
2019-10-27 12:53:08 +01:00
]
}
Reference in New Issue
Copy Permalink