Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstacruz/rscss
Reasonable System for CSS Stylesheet Structure
https://github.com/rstacruz/rscss
css
Last synced: 30 days ago
JSON representation
Reasonable System for CSS Stylesheet Structure
- Host: GitHub
- URL: https://github.com/rstacruz/rscss
- Owner: rstacruz
- Created: 2015-01-29T07:33:51.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T01:56:33.000Z (over 1 year ago)
- Last Synced: 2024-09-27T04:01:49.779Z (about 1 month ago)
- Topics: css
- Homepage: https://ricostacruz.com/rscss
- Size: 981 KB
- Stars: 3,911
- Watchers: 97
- Forks: 176
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
- my-awesome-list - rscss
- awesome-starred - rstacruz/rscss - Reasonable System for CSS Stylesheet Structure (css)
- awesome-styleguides - rscss - Reasonable Standard for CSS Stylesheet Structure. (CSS)
README
##### Viewing this from GitHub? Visit the website for the full experience. **[ricostacruz.com/rscss →](https://ricostacruz.com/rscss)**
----
# rscss
> Styling CSS without losing your sanity
Reasonable System for CSS Stylesheet Structure.
A set of simple ideas to guide your process of building maintainable CSS.Introduction
------------Any CSS greater than 1000 lines will get unwieldy. You'll eventually run into these common pitfalls:
* "What does this class mean?"
* "Is this class still being used?"
* "If I make a new class `green`, will there be a clash?"**rscss** is an attempt to make sense of all these. It is not a framework. It's simply a set of ideas to guide your process of building maintainable CSS for any modern website or application.
Let's get started by learning about components.
[Continue →](docs/components.md)----
**rscss** © 2015+, Rico Sta. Cruz. Released under the [MIT] License.
Authored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).> [ricostacruz.com](http://ricostacruz.com) ·
> GitHub [@rstacruz](https://github.com/rstacruz) ·
> Twitter [@rstacruz](https://twitter.com/rstacruz)[MIT]: http://mit-license.org/
[contributors]: http://github.com/rstacruz/rscss/contributors