MateusGabi / GabUI

Minimalist CSS Framework
https://mateusgabi.github.io/GabUI/
MIT License
3 stars 1 forks source link
css framework frontend

GabUI

an minimalist CSS Framework

Greenkeeper badge Build Status Commitizen friendly semantic-release

Install

You can see some examples in examples directory.

Edit output files

Project Structure

├── assets
|  ├── css
|  └── js
├── docs
|  ├── index.pug
|  ├── js.js
|  ├── layout.pug
|  ├── pages
|  |  ├── buttons.pug
|  |  ├── grid.pug
|  |  └── typo.pug
|  └── started.pug
├── Gulpfile.js
├── ISSUE_TEMPLATE.md
├── javascript
|  ├── codehighlight.js
|  ├── index.js
|  ├── Info.js
|  └── Modal.js
├── LICENSE.md
├── out.txt
├── package-lock.json
├── package.json
├── pages
├── PULL_REQUEST_TEMPLATE.md
├── README.md
├── scss
|  ├── index.scss
|  ├── _animations.scss
|  ├── _buttons.scss
|  ├── _colors.scss
|  ├── _core.scss
|  ├── _flexbox-helper.scss
|  ├── _footer.scss
|  ├── _forms.scss
|  ├── _grid.scss
|  ├── _imports.scss
|  ├── _master.scss
|  ├── _menu.scss
|  ├── _modal.scss
|  ├── _navbar.scss
|  ├── _pages.scss
|  ├── _prism.scss
|  ├── _table.scss
|  ├── _tag.scss
|  ├── _theme.scss
|  ├── _typography.scss
|  └── _variables.scss
└── webpack.config.js