cssbundling-rails or importmap paths. This guide covers the complete Ruby on Rails setup for Nakshora 3.0.

Install#

terminal
bash
npm install -D @nakshora/postcss postcss

Configure#

terminal
bash
# cssbundling-rails path
bin/rails css:install:postcss
# then add @nakshora/postcss to postcss.config.js
yarn add -D @nakshora/postcss

Verify#

terminal
bash
npx nakshora doctor

Doctor validates your config, checks that content globs match real files, and prints the engine version.

Troubleshooting#

  • Run nakshora doctor first — it catches 90% of setup mistakes.

Next#

Styling patterns: concepts/utility-first-methodology|utility-first methodology · performance: performance/index|performance guide.