Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing info in the docs #263

Open
AnthonyLenglet opened this issue Apr 28, 2020 · 0 comments
Open

Missing info in the docs #263

AnthonyLenglet opened this issue Apr 28, 2020 · 0 comments
Assignees
Labels

Comments

@AnthonyLenglet
Copy link

AnthonyLenglet commented Apr 28, 2020

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:

  • .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

@import './spacing';
@import './text';
@import './headings';
@bundyo bundyo self-assigned this May 27, 2020
@bundyo bundyo added the bug label May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants