Installation

SysaCSS is a lightweight, responsive and modern pure CSS framework.
It is meant to be just plug-n-play, hence it doesn't use any preprocessor or complex build process.

How To Install SysaCSS

There are three options for using SysaCSS.
You can either download and install it manually, from CDN or use npm package manager.

NPM

npm install sysacss

CDN

<!-- Unpkg -->
<link rel="stylesheet" href="https://unpkg.com/sysacss" />
<!-- jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shoaiyb/sysacss/sysa.css" />