We've been working toward moving to the premade classes here rather than creating our own, everything has been going well.
however, there have been a few classes that are not documented over on this page
Here are some that we haven't seen noted:
.w-full
.w-100
.h-full
.h-100
some possible margin values (outside of 0, 2, 5, 10, 15, 20, 25, 30):
4
8
12
16
24
28
font sizes:
.t-10
.t-12
.t-14
.t-15
.t-16
.t-17
.t-18
.t-19
.t-20
color classes (those are in the code but do not seem to work) :
.c-black
.c-white
.c-grey
.c-grey-light
.c-charcoal
.c-transparent
.c-aqua
.c-blue
.c-brown
.c-forest
.c-grey-dark
.c-purple
.c-lemon
.c-lime
.c-orange
.c-ruby
.c-sky
.c-error
color background classes :
.c-bg-black
.c-bg-white
.c-bg-grey
.c-bg-grey-light
.c-bg-charcoal
.c-bg-transparent
.c-bg-aqua
.c-bg-blue
.c-bg-brown
.c-bg-forest
.c-bg-grey-dark
.c-bg-purple
.c-bg-lemon
.c-bg-lime
.c-bg-orange
.c-bg-ruby
.c-bg-sky
.c-bg-error
font sizes:
.body
.body2
Also, I noticed this in a file while looking for those classes, I think the fact that "headings" are imported after spacing is the reason why margin-bottom classes aren't working on elements with heading classes
scss/core/primitives/_index.scss
Hi!
We've been working toward moving to the premade classes here rather than creating our own, everything has been going well. however, there have been a few classes that are not documented over on this page
Here are some that we haven't seen noted:
Also, I noticed this in a file while looking for those classes, I think the fact that "headings" are imported after spacing is the reason why margin-bottom classes aren't working on elements with heading classes
scss/core/primitives/_index.scss