Skip to content

Getting Started

VyomaCSS can be used via CDN, npm, or directly in SCSS projects.

Terminal window
npm install vyomacss
<link rel="stylesheet" href="https://psjdeveloper.github.io/vyomacss/dist/vyoma.css">
<link rel="stylesheet" href="node_modules/vyomacss/dist/vyoma.css">
@use "vyomacss";