An open API service indexing awesome lists of open source software.

https://github.com/gaintime/gaintime-factory


https://github.com/gaintime/gaintime-factory

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          





GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.


Explore a documentação »




Veja como contribuir
·
Relate um bug
·
Sugira uma mudança
·
Venha pro nosso slack


### Estrutura
```
.
├── build
│   ├── js
│   │   └── gainTime.js
│   └── sass
│   ├── components
│   │   ├── _badges.sass
│   │   ├── _banner.sass
│   │   ├── _buttons.sass
│   │   ├── _cards.sass
│   │   ├── _dropdowns.sass
│   │   ├── _forms.sass
│   │   ├── _graphs.sass
│   │   ├── _highlight.sass
│   │   ├── _modals.sass
│   │   ├── _msgs.sass
│   │   ├── _tags.sass
│   │   ├── _tooltips.sass
│   │   └── _vertical-list.sass
│   ├── config
│   │   ├── _mixins.sass
│   │   └── _variables.sass
│   ├── helpers
│   │   ├── _colors.sass
│   │   ├── _garnishes.sass
│   │   ├── _grid-visibility.sass
│   │   ├── _grid.sass
│   │   ├── _singles.sass
│   │   └── _text.sass
│   ├── layouts
│   │   ├── _base.sass
│   │   ├── _flexes.sass
│   │   ├── _header.sass
│   │   └── _tables.sass
│   └── run.sass
└── README.md
```

### Uso

A estilização do GainTime foi escrita em [SASS](http://sass-lang.com/). Aqui está a [documentação do SASS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).