Neoblaze helps you build responsive sites with blazing speed.
The documentation resides in the site directory, is built with Hugo and publicly hosted on Vercel https://neoblaze.vercel.app/.
You can install neoblaze
with this command:
npm install neoblaze
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";
Code copyright 2023 Nitin Bartwal. Code released under the MIT license.