> For the complete documentation index, see [llms.txt](https://shufo.gitbook.io/rscss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shufo.gitbook.io/rscss/master.md).

# Introduction

> Styling CSS without losing your sanity

CSSスタイルシート構築のための合理的なシステム, 略して[RSCSS](https://rscss.io/)（**R**easonable **S**ystem for **C**SS **S**tylesheet **S**tructure）です

RSCSSは保守性の高いCSSを構築するためのいくつかのシンプルなアイデアを提供します

## Introcution

1000行を超えるCSSはどんなものでも徐々に変更しづらくなります. あなたは大抵以下のようなありがちな落とし穴にハマるでしょう

* "このクラスの意味は？"
* "このクラスはまだ使われてる？"
* "`green` というクラスを作ったら壊れる？"

**rscss**は上記の問題を解決するために出来ました。RSCSSはフレームワークではなく、どんなタイプのモダンなウェブサイトでのアプリケーションでもメンテナブルなCSSを構築するために生まれたアイデアの集まりです.&#x20;
