Skip to content
/ neoblaze Public

Neoblaze is a modern css framework that helps you build beautiful interfaces with blazing speed.

License

Notifications You must be signed in to change notification settings

htcni/neoblaze

Repository files navigation

neoblaze

Neoblaze

Neoblaze helps you build responsive sites with blazing speed.

GitHub release (latest by date) License npm downloads jsDeliver GitHub last commit

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

CDN

<link href="https://cdn.jsdelivr.net/npm/neoblaze@0.1.3/dist/css/neoblaze.min.css" rel="stylesheet">

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";

Contributing

If you interested in contrbuting to Neoblaze please refer to contributing guidelines.

License

Code copyright 2023 Nitin Bartwal. Code released under the MIT license.