Installation
It is plumeria's installing, compiler, integration setup
Installing core
Compiler
-
npx css
pnpm exec css
Compile without type-check. -
argument
--type-check
The will include compilation type-check. -
arugment
--view
Display the output css. -
argument
--paths
Display the styling paths list.
Setup
Stylesheet
- Applying a Stylesheet: import
@plumeria/core/stylesheet.css
in your application entry point.
If you have global.css, make sure to load it before @plumeria's css.
This will give global.css higher priority.
Next.js
Server components style Inject virtual CSS imports for HMR.
Vite
Externalizes fs with plugins.