You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(skip for TL;DR)
I am working on open source project called Keyboard UI (Link: Keyboard_UI/develop) which is customizable UI kit with transparency effect using SASS. I wanted to fully controll outline so I made my own but problem was with focus on buttons and clicking (I don't want to have outlines when user is using mouse). Then I saw this awesome module (thanks!) but this one had another problem -> data attribute is saving to html tag not directly to target. Since my project has some limits when it comes to customization and I need to make it easy for user to use, I need to have data attribute in target element to make sass snippets like so:
Right now there is no way to do that because data is stored in html tag (from what I know). So I made a fork and some changes (I know it's hard coded) and it works the way I would like it to be. Link to forked version:
Hi!
(skip for TL;DR)
I am working on open source project called Keyboard UI (Link: Keyboard_UI/develop) which is customizable UI kit with transparency effect using SASS. I wanted to fully controll outline so I made my own but problem was with focus on buttons and clicking (I don't want to have outlines when user is using mouse). Then I saw this awesome module (thanks!) but this one had another problem -> data attribute is saving to html tag not directly to target. Since my project has some limits when it comes to customization and I need to make it easy for user to use, I need to have data attribute in target element to make sass snippets like so:
Right now there is no way to do that because data is stored in html tag (from what I know). So I made a fork and some changes (I know it's hard coded) and it works the way I would like it to be. Link to forked version:
Fork wisniewski94/what-input
Because I would like my project to be fully Open-Source there are few options to consider:
Thanks!
The text was updated successfully, but these errors were encountered: