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
<link href="https://cdn.jsdelivr.net/npm/neoblaze@0.1.3/dist/css/neoblaze.min.css" rel="stylesheet">
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";
If you interested in contrbuting to Neoblaze please refer to contributing guidelines.
Code copyright 2023 Nitin Bartwal. Code released under the MIT license.