diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-16 19:04:05 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-16 19:04:05 +0300 |
commit | 4d9c72036929af4a829e719c15cfa118c7ef991c (patch) | |
tree | 7ded6736ccf91bb92ebd781dfbbc4529b6ac2800 /_scss/README.md | |
parent | a8b0e068b02570cb02e7cd7188c77d47aeddec75 (diff) | |
download | popov.link-4d9c72036929af4a829e719c15cfa118c7ef991c.tar.xz popov.link-4d9c72036929af4a829e719c15cfa118c7ef991c.zip |
Description of the style catalog
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/README.md')
-rw-r--r-- | _scss/README.md | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/_scss/README.md b/_scss/README.md index 6eefd5f..0ed68c7 100644 --- a/_scss/README.md +++ b/_scss/README.md @@ -1,9 +1,26 @@ # Style development -## Description +Catalog, dedicated to the development of styles for the site. +The assembly of styles is carried out by Jekyll independently. +Input the project file is located here: -| Catalog | Description | -| ------------ | -------------------------- | -| `base` | Headers and plug-ins. | -| `components` | Components for connection. | -| `utilities` | Auxiliary code snippets. | +``` +/valentineus.github.io/assets/css/styles.scss +``` + +## Description catalogs + +| Catalog | Description | +| ------------ | --------------------------------- | +| `base` | Header files. | +| `bootstrap` | Source code repository Bootstrap. | +| `components` | Used components. | +| `utilities` | Auxiliary development tools. | + +## License + +<img height="256px" alt="MIT License" src="https://raw.githubusercontent.com/valentineus/valentineus.github.io/master/assets/images/7d05cad0-d553-42c7-be1f-7007926ba720.png" /> + +[MIT](LICENSE.txt). +Copyright (c) +[Valentin Popov](https://valentineus.link/). |