0.2.0 • Published 3 years ago

@dbosoft/web-styles v0.2.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
3 years ago

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-container class 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