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

# Introduction

## CSS-refactoring-patterns

Refactoring patterns for CSS.

<https://joereynolds.gitbooks.io/css-refactoring-patterns>

## The chapters

* Patterns: A collection of refactoring patterns for CSS.
* Dead CSS: Tools and how to use them with your CSS.
* Refactoring in the wild: Real life examples of refactoring CSS.

### Development

It's not finished but you can serve it with:

```
gitbook serve
```

The book will then be available on:

```
localhost:4000
```
