API reference
css
API reference for the `css` command
Run compile the plumeria styles, easily integrated into framework build process.
The @plumeria/compiler
package is required to run commands.
Options
--view
Use it to visualize your builds and test them as you go.
Do not include the --view argument in your build script as it will get into the server logs.
Example output:
--paths
Outputs a list of the files to be compiled. file.
Example output:
--type-check
Runs Typescript type checking before compiling.