gundam.css
v1.0.3
Published
pure and lightweight css framework
Readme
Gundam

Pure and lightweight css framework powered by scss
https://genexu.github.io/gundam/
Installation
NPM
~$ npm install --save gundam.cssYarn
~$ yarn add gundam.cssUsage
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="path/to/gundam.min.css">
</head>Development
# Auto watch scss file update and re-build css and minify file
~$ npm run watch
# Build all
~$ npm run build-all