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

(feat) generation of utility classes #146

Closed
wants to merge 5 commits into from

Conversation

ItsCrisDiaz
Copy link
Contributor

@ItsCrisDiaz ItsCrisDiaz commented Apr 13, 2022

Created design tokens with Sass and become them in utility classes to resolves #116 . Documentation pending

@basultobdKs
Copy link

Which is the difference between utilities and tokens?

@ItsCrisDiaz
Copy link
Contributor Author

Which is the difference between utilities and tokens?

Hi!

The design tokens are the design elements that will be applied to our project, like colors, font sizes, border-radius, etc.

On the other hand, I created utility classes to implement those design tokens in this project: for example, we have colors, sure, but we have background colors, font colors, border colors, etc. So we can use utility classes to implement those in our design.

Let me know if that answer was clear enough! :)

@ItsCrisDiaz
Copy link
Contributor Author

Closing this PR because I'm uploading it again with design token documentation

@ItsCrisDiaz ItsCrisDiaz closed this May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: generation of utility classes
2 participants