Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 class

md: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.