# Themes

This `themes/` folder contains themes files.

* `_theme.scss`
* `_admin.scss`

This folder is very project-specific and is likely to be non-existent on many projects.

## Structure

```
styles/
|
|– themes/
|   |– _theme.scss        # Default theme
|   |– _admin.scss        # Admin theme
|   …                     # Etc.
```

## Source

[https://sass-guidelin.es](https://sass-guidelin.es/?utm_source=CSS-Weekly&utm_campaign=Issue-145&utm_medium=RSS#architecture)
