Installation
SysaCSS is a lightweight, responsive and modern pure CSS framework used by BoidCMS.
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
<link rel="stylesheet" href="node_modules/sysacss/sysa.css">
CDN
<!-- Unpkg --> <link rel="stylesheet" href="https://unpkg.com/sysacss">
<!-- jsDelivr --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sysacss/sysa.css">