I have been working with Tailwind CSS recently and wow is it efficient to work with. But sometimes you need an "enterprise" friendly or more "industrial" look.
Then I found Ubuntu's Vanilla CSS framework.
Here is an Astro template to show off some capablities.
- SASS/SCSS framework
- Minimal
- Well used and tested (Ubuntu products)
- Alpine.js friendly
- Permissive license
Ubuntu* - not affiliated (just a fan)
npm create astro@latest -- --template getmarkus/astro-vanilla-framework
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |