-
Notifications
You must be signed in to change notification settings - Fork 357
Feat/css colors helpers #1890
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/css colors helpers #1890
Conversation
feat: add types feat: provide plugin through the vuestic configurations
@@ -3346,7 +3353,8 @@ | |||
"readMore": "Подробнее", | |||
"icons": "Конфигурация иконок", | |||
"components": "Конфигурация компонентов", | |||
"colors": "Конфигурация цветов" | |||
"colors": "Конфигурация цветов", | |||
"colorsCustomClasses": "Custom classes for the colors" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed translation.
Thanks! Implementation wise looks good, but I hope to discuss what place would this solution take in context of vuestic-ui. |
Let's discuss prerender and some caching here... It looks good, but something is missing here I believe... |
Yeah, sure. |
Related issue: #1222
closes #764 #2169
Description
Added customized classes for the given colors configuration.
colorsCustomClasses
plugin for the Vuestic-UI.Types of changes