<aside> 💡 Make sure to read the Standard Documentation Format!
</aside>
In order to keep our components manageable, and to ensure that any changes we make are thought through, we enforce a style guide for any CSS/LessCSS code, and particularly for CSS Components.
Keeping CSS documented will help us make intelligent modifications in the future, and give people an idea as to what needs to be modified as they're writing contributions.
For CSS Components, the documentation serves as the specification for that component. While there may be a JavaScript layer on top of it, that should be considered an implementation of the underlying component, and not the component itself.
New styles should be documented using a comment block that covers: