https://github.com/tomattban/myitcss
https://github.com/tomattban/myitcss
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomattban/myitcss
- Owner: ToMattBan
- Created: 2021-06-12T14:03:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T13:26:04.000Z (about 2 years ago)
- Last Synced: 2024-12-01T12:50:30.170Z (over 1 year ago)
- Language: CSS
- Homepage: https://tomattban.github.io/MyItCss/
- Size: 401 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;