logo
Digital Design System

CSS & SCSS Guidelines

Build on bootstrap

This project is build on top of bootstrap grid and utilities, which means that classes from those areas will not be prefixed with msds-* and can cause potential conflicts.

Before using this project read below documentation and try to get an overview of whether or not this would cause an issue.

Overview of classnames from bootstrap: Utilities documentation Grid documentation

Class prefix

When adding custom classes not releated to bootstrap they should always be prefixed with msds-*

BEM

All custom classes should be written with BEM syntax