0.1.3 • Published 1 year ago

neoblaze v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.