mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
648 B
648 B
SCSS Style Guide
Original style guide
Our style guide is an extension of Sass Guidelines by Hugo Giraudel. The rules we especially focus on are:
- Syntax & formatting (exceptions below)
- Naming conventions (see the CSS Style Guide for information on exceptions)
- Variables
- Mixins
Syntax and formatting
The Sass Guidelines site recommends using RBG and HSL values to format colors, but we're using hex values.