1.0.3 • Published 6 years ago

gundam.css v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Gundam

NPM
Pure and lightweight css framework powered by scss
https://genexu.github.io/gundam/

Installation

NPM

~$ npm install --save gundam.css

Yarn

~$ yarn add gundam.css

Usage

<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

License

MIT