stylis-custom-selector
v0.1.3
Published
stylis plugin for @custom-selectors support
Downloads
1
Maintainers
Readme
stylis custom selector
Allows you to create your own selectors
@custom-selector :--heading h1, h2, h3, h4, h5, h6;
@custom-selector :--enter :hover, :focus, :active;
:--heading {
color: red;
}
:--heading:--enter {
color: blue;
}