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

Design tokens improvement #3057

Open
PKulkoRaccoonGang opened this issue May 15, 2024 · 0 comments
Open

Design tokens improvement #3057

PKulkoRaccoonGang opened this issue May 15, 2024 · 0 comments

Comments

@PKulkoRaccoonGang
Copy link
Contributor

To make working with design tokens easier in the future, it would be great to add a few helpers:

  1. Set up a linter to validate the formatting of files containing design tokens (tokens folder).

  2. Script for checking CSS variables declaration.
    Previously, when using SCSS variables, if the SCSS variable was not declared but was used, we could see an error during assembly and fix this problem. When using CSS variables, if the variable is used in Paragon components and has been deleted, we will not know about it. Thus, the browser is the only tool for validating variable declarations, which is not very convenient.

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant