VyomaCSS v1.0.0 Is Officially Out 🚀
A small but important update — VyomaCSS has reached v1.0.0.
This is the first stable release of VyomaCSS, a lightweight SCSS-based CSS framework built for indie developers, students, and people who actually want to understand their CSS.
Why v1.0.0 matters
Releasing v1.0.0 means:
- Core class names are stable
- Utilities and components are safe to use in real projects
- CDN + npm builds are production-ready
- No breaking changes without a major version bump
This isn’t a demo or experiment anymore — it’s a framework you can rely on.
What’s included in v1.0.0
🧱 Architecture
- Modern SCSS module system (
@use) - Clean separation: abstracts, base, utilities, components, effects
- Easy to extend and override
âš¡ Utilities
- Spacing helpers
- Flex utilities
- Text utilities
- Motion & interaction effects
🧩 Components
- Buttons (primary, danger, press & glow effects)
- Cards (glass, hover, glow)
🎨 Effects
- Hover lift & scale
- Fade-in & slide-up animations
- Glassmorphism utility
- Pulse attention effect
- Reduced-motion accessibility support
How to use VyomaCSS
CDN (fastest)
<link rel="stylesheet" href="https://psjdeveloper.github.io/vyomacss/dist/vyoma.css">
npm
npm install vyomacss
Documentation
Docs are live and powered by Astro + Starlight:
👉 https://vyomacsssite-6jjq.vercel.app/
What’s next
- Minor improvements and bug fixes (
1.0.x) - More utilities and components (
1.1.0) - Theming and customization options
- Community contributions & feedback
Final note
VyomaCSS started as a learning project —
but shipping v1.0.0 means taking responsibility for users, stability, and clarity.
If you try it, break it, or build something cool with it — I’d love to see it.
Thanks for reading ✨
— Prasoon
Top comments (0)