Skip to content

genexu/gundam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages