OutSystems standards and guidelines at Synobsys

Logo

Standards, best practices and how-tos for developing OutSystems applications

CSS naming conventions

For CSS naming in OutSystem we use a slightly modified BEM (Block, Element, Modifier). See http://getbem.com/naming/ Note: Do not use underscores “__” in the names. Block is the entire component e.g. .card and should be considered as a parent. E.g.

Naming rules: