-
Notifications
You must be signed in to change notification settings - Fork 342
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
Color helpers #1425
Labels
d3: medium
No cheats. Monsters a bit faster.
docs
packages/docs
partially implemented
Issue is checked and needs some additional work
v2: nice to have
This will make Vuestic feel better
Comments
asvae
added
good first issue
Right issue if you're new to vuestic
team discussion
Feedback wanted
labels
Jan 18, 2022
Here we have a PR: #936 (partially implemented) |
Closed
Example config:export let helperConfigValues: HelperConfig[] = [
{
stylePrefix: 'bg',
styleProperty: 'background-color',
},
{
stylePrefix: 'text',
styleProperty: ['color', 'fill'],
},
] |
m0ksem
added
partially implemented
Issue is checked and needs some additional work
docs
packages/docs
labels
Feb 22, 2023
It is implemented. Need docs. Also, need to think how we can integrate it with Tailwind. I've made it with UnoCSS. |
m0ksem
added
d3: medium
No cheats. Monsters a bit faster.
v2: nice to have
This will make Vuestic feel better
labels
Feb 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
d3: medium
No cheats. Monsters a bit faster.
docs
packages/docs
partially implemented
Issue is checked and needs some additional work
v2: nice to have
This will make Vuestic feel better
Should be added as Optional Service
Depends on Colors Service
Usage example:
We had this functionality before, but it disappeared mysteriously 🤪.
styles
tohead
, then replace that block on colors change. Old implementation was well implemented.text--primary
,bg--secondary
text--primary
, these do nothing and we need to fix these (remove or make do something).The text was updated successfully, but these errors were encountered: