Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 654 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 654 Bytes

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