neoblaze
v0.1.3
Published
Neoblaze is a modern css framework that helps you build beautiful interfaces with blazing speed.
Downloads
3
Maintainers
Readme
Documentation
The documentation resides in the site directory, is built with Hugo and publicly hosted on Vercel https://neoblaze.vercel.app/.
Install
You can install neoblaze
with this command:
npm install neoblaze
Usage
The included source files are written in Sass using SCSS syntax. After installation, you can import the CSS file into your project.
@forward "~neoblaze/src/scss/neoblaze.scss";
You can import individual neoblaze modules:
@forward "~neoblaze/src/scss/utilities/_index.scss";
License
Code copyright 2023 Nitin Bartwal. Code released under the MIT license.