Skip to content

noras-salman/neoncss

Repository files navigation

NeonCss

Check the demo here

Working on the repo

  • Install dependencies npm install

  • To run index localy for developement and watch file changes npm run start npm run watch

  • To export minified version of the library npm run export

  • To export minified version of the css npm run export:css

  • To export minified version of the js npm run export:js

Random docs

Usage

CSS:

https://cdn.jsdelivr.net/gh/noras-salman/neoncss/release/latest/css/neoncss.min.css

JS:

https://cdn.jsdelivr.net/gh/noras-salman/neoncss/release/latest/js/neoncss.min.js

Template

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/gh/noras-salman/neoncss/dist/microcss.js"
    />
  </head>

  <body>
    <script src="https://cdn.jsdelivr.net/gh/noras-salman/neoncss/dist/microcss.js"></script>
  </body>
</html>

About

A minimalistic CSS framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published