codyhouse / codyhouse-framework

A lightweight front-end framework for building accessible, bespoke interfaces.
https://codyhouse.co/
MIT License
1.16k stars 173 forks source link

will framework support style elements on hover, focus, and more ? #59

Closed tinybug closed 4 years ago

tinybug commented 4 years ago

taildwind.css support pseudo-Class variants, it can write class name like: hover:border-gray-300 focus:outline-none focus:bg-white...

will codyhouse support this feature in the future?

sebastiano-guerriero commented 4 years ago

Hi there! We don't plan on adding pseudo-class variants, but we're working on a method that tackles the same use case. It will be revealed over the next few weeks (it's going to be a new global editor).

tinybug commented 4 years ago

ok, thanks~