-
Notifications
You must be signed in to change notification settings - Fork 0
Grid system #1
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
base: master
Are you sure you want to change the base?
Grid system #1
Conversation
| export const XL = 1720 | ||
| export const L = 1024 | ||
| export const M = 768 | ||
| export const S = 420 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you haven't seen the way we are doing this on the styleguide I think it might be something worth bringing into this library
| NEGATIVE, | ||
| WARNING, | ||
| } | ||
| } from './design-tokens/colors' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Omg love this change. Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
My only thoughts are on the breakpoints and I'd personally vote we go more the route of what you see here https://github.com/istrategylabs/mo-styleguide/blob/master/src/utils/breakpoints.js
Add the
GridandColumncomponents we know and love from Accion, CTIA, etc. here so that we can (finally!) start reusing them across projects.Library Notes:
Dev Notes:
box-sizing: border-box)