Web site style guides cover a publication's visual and technical aspects, along with text. Many style guides are revised periodically to accommodate changes in conventions and usage.
ul.nav-main .nav-sub .nav-sub-top, ul.nav-language .nav-sub .nav-sub-top {}
/*
# Text components
## Titles
````
My title number 1
````
*/
h1{
color: #262626;
font-weight: 700;
}
For Switzerland public administration
$ yo styleguide
.
├── README.md
├── assets
├── bower.json
├── gulpfile.js
├── hologram_config.yml
├── node_modules
├── package.json
└── robots.txt
assets
├── README.md
├── doc_assets
│ ├── _footer.html
│ └── _header.html
├── fonts
├── js
│ └── FEC14.js
└── sass
├── FEC14-mixins.scss
├── FEC14-variables.scss
├── FEC14.scss
├── bootstrap-variables.scss
├── bootstrap.scss
├── components
├── javascript
└── layout
hologram_config.yml
source: ./assets
destination: ./styleguide
documentation_assets: ./bower_components/Cortana
dependencies:
- ./build
css_include:
- 'css/FEC14.css'
index: README
$ gulp serve
Find this presentation on slidedeck.io/antistatique or antistatique.github.io/slides-styleguide-by-default