-
Notifications
You must be signed in to change notification settings - Fork 46
Build with Utility Classes
Mike Mai edited this page Jul 17, 2018
·
4 revisions
Utilities are not building blocks, they are single purpose CSS overrides, every one of them is declared with !important
. They are meant for one-off edge cases.
<div class="u-bolt-padding-medium u-bolt-color-white u-bolt-background-color-indigo-dark u-bolt-font-size-xxxlarge u-bolt-text-align-center>
...
</div>
- Basic A11y Checklist
- Get started with Bolt locally
- Bolt Specific Standards and Conventions
- How to save SVG graphics and SVG icons
- Upgrade to minor release
- Upgrade to 4.x
- Upgrade to 5.x
- Release Workflow
- VS Code Configuration
- Bolt Doc Writing Guide
- Prefixing Custom Attributes
- Standard Props for Passing Content in Twig
- Building Websites with Bolt in Drupal
- From Design Mockup to Code
- Override with Utility Classes