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

https://github.com/tomattban/myitcss


https://github.com/tomattban/myitcss

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# DEPRECATED, WORKING ON A NEW AND BETTER VERSION

# MyItCss

O MyItCss é uma ferramenta construída para facilitar a vida dos front-ends

Diferente das bibliotecas convencionais, aqui você terá o controle de seus componentes, objetos, configurações e tudo.

O MyItCss é construído em cima da filosofia do Inverted Triangle CSS, o que lhe dará escalibilidade, fácil manutenção e organização no seu CSS.

## Changelog

### 1.5.0
- Rewrites the dependencies
- Adding map to published files

### 1.4.0
- Added ._o-wrapper--ignore (Use in childrens of ._o-wrapper which you want to not have the spaces from the borders)

### 1.3.9
- Added Cyan (#00bcd4)
- Added 'border-radius: 5px'

### 1.3.8
- Color realBlack with hexa #000 added
- Added retrocompatibility with v1.3.2 and before

### 1.3.6
- Fix some issues on _c-card when we don't want the actions
- Fix some flex issues on _o-layout__item

### 1.3.5
- Added _c-card component;
- Created boxShape() to use as a elevation alternative;

### 1.3.3
- Objects are now using _ before the class. Example: _o-layout;
- Components are now using _ before the class. Example: _c-floatBtn;