Uniform CSS 1.2.0 #19
jinsupark
announced in
Announcements
Replies: 1 comment
-
These are awesome updates @jinsupark! 🙏 Thanks so much for listening and being responsive. I'm a good chunk of the way through my CSS rewrite, and I'm absolutely loving the ease that Uniform has brought to the process. With these changes, it'll be even better! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 New Feature Release v1.2
We're excited to announce Uniform CSS v1.2 with it brings even more customization and quality of life features never before seen in any CSS framework! Uniform CSS allows you to customize and generate any number of utility classes in any way you like without requiring you to go all-in. To support this workflow further, we've introduced some great power features in this update!
JSON Outputs
Previously the official docs site was the only place you could see a list of all available utility classes and If you customized any of the ways your utility classes are generated, this would no longer stay in sync with the officially supported classes.
We're super excited to announce output mode! By setting this to
json
you can now output a JSON of all your utilities with customizations applied. Meaning, you can use this JSON output to generate your own dictionary reference so that your entire team can now stay in sync. This feature is even supported for any custom properties as well!How it works
INPUT
OUTPUT
Multi-Property Utilities
You can now generate any custom utility that includes multiple CSS properties! Simply apply variant values as
<property>: <value>
based map directly in yourutilities
settings.How it works
INPUT
OUTPUT
Localized Important Support
Previously, setting
important: true
could only be done globally. You can now enableimportant
locally to any specific utility.How it works
Thank you @conormuirhead for taking the time to check out this project and providing amazing feedback! We hope these updates improve your workflow!
Beta Was this translation helpful? Give feedback.
All reactions