Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murshidazher/trostcss
:reminder_ribbon: A modular, lightweight and responsive front-end framework for rapid prototyping and UI development.
https://github.com/murshidazher/trostcss
css-framework css3 frontend postcss stylesheet ui
Last synced: about 5 hours ago
JSON representation
:reminder_ribbon: A modular, lightweight and responsive front-end framework for rapid prototyping and UI development.
- Host: GitHub
- URL: https://github.com/murshidazher/trostcss
- Owner: murshidazher
- License: mit
- Created: 2019-07-17T20:42:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:44:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T20:55:41.208Z (7 months ago)
- Topics: css-framework, css3, frontend, postcss, stylesheet, ui
- Language: CSS
- Homepage: https://murshidazher.github.io/trostcss/
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trostcss
[![Build Status](https://travis-ci.org/murshidazher/trostcss.svg?branch=master)](https://travis-ci.org/murshidazher/trostcss)
> Modern CSS framework
- A utility-first css framework for rapid prototyping
```
how it looks in the css classmd:pt-88
relative flex flex-col w-screen mx-auto font-sans text-base max-w-1440 text-dawn md:flex-row
``````
how it looks in sass
@media (min-width: 992px)
.md\:pt-0, .md\:py-0 {
padding-top: 0;
}
@media (min-width: 992px)
.md\:py-0 {
padding-bottom: 0;
}
```## Technology
- `gulp`
- `travis`
- `babel`## Links
## License
[MIT](https://github.com/murshidazher/trostcss/blob/master/LICENSE) © Murshid Azher.