Marais Rossouw 5100c7bbf2 Adds a --css-modules option (#370)
* feat: adds a `--cssmodules` option

* chore: Allow scopeName to come from args

* chore: --css-modules is now tristate

* docs: Wrote docs around how to use css-modules

* chore: Fixed all tristate logic, and readable first

* test: Wrote tests for all avenues

* chore: Add's newlines to the end of files
2020-02-09 18:41:09 +01:00

7 lines
136 B
JSON

{
"name": "css-modules--string",
"scripts": {
"build": "microbundle --no-sourcemap --css-modules '_contains_this_[hash]'"
}
}