-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
As of #44 we have a basic CLI. Currently it can minify and output to stdout or a file, but might be nice to add a few more features.
--targetsoption. Could accept a browserslist and convert them to Parcel CSS targets withbrowserslist-rs(see Suggestion: Consider switching to "browserslist-rs" #37).--sourcemapoption. Should output a source map file in addition to a css file, and add asourceMappingUrlcomment to the CSS.--nestingoption to enable parsing CSS nesting.--css-modulesoption to enable CSS modules. Output a JSON file in addition to compiled CSS?- Ability to compile multiple files at once, either by passing file names or directories.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers