Installation

Recommended and the fastest way to get started is to use CDN

#

CDN

#

npm

npm npm
$ npm i @aman-atg/normal.css


Integration

Normal.css can be used in HTML , CSS/SCSS , JS and The examples below show how to do it

#

In HTML

<link rel= "stylesheet" type= "text/css" href= "https://unpkg.com/@aman-atg/normal.css" />

OR

<link rel= "stylesheet" type= "text/css" href= "https://cdn.jsdelivr.net/npm/@aman-atg/normal.css" />
#

In CSS/SCSS

@import url ("https://unpkg.com/@aman-atg/normal.css");
#

In Js

#

Common JS

require ("@aman-atg/normal.css");
#

Bundlers (Webpack , Rollup , etc)

import "@aman-atg/normal.css";