Cheat sheets are available from the CLI directly:
nats cheatTry out the following commands:
| // Alerts | |
| @include alert-variant($background, $border, $text-color); | |
| // Background Variant | |
| @include bg-variant($parent, $color); | |
| // Border Radius | |
| @include border-top-radius($radius); | |
| @include border-right-radius($radius); | |
| @include border-bottom-radius($radius); |
| /* # Base rules | |
| This style sheet attempts to show how CSS selectors can be limited to no more | |
| than a single class (although there are exceptions). Keeping to such a | |
| restriction helps contain the styling to a module and allows for easier | |
| sub-classes of modules. It also enables the surgical classes (below) to work. | |
| ## Universal rules |