-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
postcss-easy-import
What if we will create pack around postcss-import with many optional things like prefix, extensions, glob etc.
How it could be named?
Options:
prefix
Type: String
Default: _
Add before imported filename.
@import "dir/partial" will look for dir/_partial.css with prefix: '_'
extensions
Type: Array or String
Default: .css
glob
Type: Boolean
Default: false
Metadata
Metadata
Assignees
Labels
No labels