Hi there! I love the project and I'm planning to use it in a project I'm working on. One thing that I would love to have is the ability to explicitly render a button in an :active state. There's an example of this in the docs, but it's not clear how this is being done. (The code just shows a <button> element without any attributes)
I think it would be pretty easy to support with a data attribute selector, like button[data-active]: { ... sunken styles }
Hi there! I love the project and I'm planning to use it in a project I'm working on. One thing that I would love to have is the ability to explicitly render a button in an
:activestate. There's an example of this in the docs, but it's not clear how this is being done. (The code just shows a<button>element without any attributes)I think it would be pretty easy to support with a data attribute selector, like
button[data-active]: { ... sunken styles }