Installation
There are 2 ways to get started with GlacialWisp.css framework in your projects. You can either install manually, or use package managers.
Install manually
Download the compiled and minified GlacialWisp.css file (core ~10KB min+gzip):
Include glacialwisp.css
located in /dist in your website or Web app
glacialwisp-icons.css
and glacialwisp-exp.css
accordingly.
<link rel="stylesheet" href="glacialwisp.min.css">
<link rel="stylesheet" href="glacialwisp-exp.min.css">
<link rel="stylesheet" href="glacialwisp-icons.min.css">
Install with NPM
npm i github:wsand02/glacialwisp.css