0.2.0 • Published 4 years ago
@dbosoft/web-styles v0.2.0
Styles
Global styles used across dbosoft sites.
The Rundown
The primary import is style.css, which contains a few important styles:
- a css normalize (src)
- a range of custom media queries (src)
- all of our standard fonts (src)
- a range of css custom properties covering brand colors (src)
- a range of css custom properties covering standard font stacks (src)
- a number of classes for applying type styles (src)
- the
.g-grid-containerclass which is our standard content container (src)
Each of these can be imported individually, but this is not recommended. They are separated for internal organization rather than external consumption