Installation
It is plumeria's installing, compiler, integration setup
Installing core
Compiler
-
npx csspnpm exec css
Compile without type-check. -
arugment
--view
Display the output css log. -
argument
--paths
Display the project styling paths list. -
argument
--stats
Display the plumeria css bundle stats info. -
argument
--type-check
The will include compilation type-check.
Setup
Stylesheet
- Applying a Stylesheet: import
@plumeria/core/stylesheet.cssin your application entry point.
Next.js
Server components style Inject virtual CSS imports for HMR.
If you are using next@16 or higher, continue using next dev --webpack.
Vite
Externalizes fs with plugins.