UNPKG
angular-base-starter
Version:
latest (1.0.1)
1.0.1
1.0.0
Angular starter based on @ngrx/store & Redux
github.com/atSistemas/angular-base
angular-base-starter
/
postcss.config.js
10 lines
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { plugins:{
'postcss-import'
: {},
'postcss-custom-properties'
: {},
'postcss-modules-extract-imports'
: {},
'postcss-nested'
: {},
'postcss-reporter'
: {},
'postcss-url'
: {} } }