-
Notifications
You must be signed in to change notification settings - Fork 11
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
Default utils #23
Comments
Going to drop in @s3ththompson's idea from #22:
{
prop: { hc: 'height' },
vals: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
transform: v => Math.round((v / 12 * 100) * 100000) / 100000,
unit: 'vw'
}
|
More cursor states https://developer.mozilla.org/en-US/docs/Web/CSS/cursor |
Ability to defined min and max width as function of the grid sizes:
|
+1 for |
I wanted to open a thread about what utils might make sense to add to core. One that I am always recreating is
letter-spacing
:I'm also always creating
borders
,backgrounds
,font colors
, etc (see my default style.js), but I still think keeping design oriented classes out of core fits better with the intention of this module, since those are the places where I often get specific and granular. Open to a convo on this though.The text was updated successfully, but these errors were encountered: