Guillot Florian
Results
1
issues of
Guillot Florian
Hello, In css, I want this rules : ```css .btn:hover, .btn:active { color: red; } ``` In glamor, I wrote this : ```javascript const btn = css` &:hover, &:active {...
bug