Bundle and process CSS in Grace with Tailwind, PostCSS, and Sass via Node.js.
- Grace 2023.0.0
Add cssbundling plugin to build.gradle,
repositories {
mavenCentral()
}
dependencies {
implementation "org.graceframework.plugins:cssbundling:VERSION"
}$ grace css:install bootstrap
git clone https://github.com/grace-plugins/grace-cssbundling.git
cd grace-cssbundling
./gradlew publishToMavenLocal