This website requires JavaScript.
Explore
Help
Sign In
root
/
regexper-static
Watch
1
Star
0
Fork
0
You've already forked regexper-static
Code
Issues
Pull Requests
Releases
Wiki
Activity
f3e3e7922c
regexper-static
/
postcss.config.js
7 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Base webpack config
2018-02-10 20:58:29 +00:00
module
.
exports
=
{
Fixing postcss config
2018-02-11 12:04:36 +00:00
plugins
:
[
Breaking up main stylesheet into per-component styles
2018-02-13 22:12:02 +00:00
require
(
'postcss-import'
)
,
Switching to use cssnext
2018-02-11 19:51:17 +00:00
require
(
'postcss-cssnext'
)
Base webpack config
2018-02-10 20:58:29 +00:00
]
}
;
Reference in New Issue
Copy Permalink