Suggestions on Variable Naming #17
Closed
ichenhua
started this conversation in
Ideas / Request new feature
Replies: 1 comment
-
Hello @ichenhua, Thank you for your feedback! You’ve raised a valid point. However, as mentioned, we use DaisyUI for our CSS structure. The decision to keep the variable names prefixed with Using shorthand like |
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.
-
FlyonUI is currently the best TailwindCSS framework I have used, and I hope the author can maintain it for a long time.
Now, I have a small suggestion.
When defining CSS variables, the system utilizes abbreviated forms, which results in a poor experience in terms of intuitiveness and user-friendliness. It is recommended that in the next update, the full spelling should be used instead of abbreviations.
For example:
--p: 62.3083% 0.188015 259.814527;
to
--primary: 62.3083% 0.188015 259.814527;
Beta Was this translation helpful? Give feedback.
All reactions