UNPKG
yoda-common-boilerplate
Version:
latest (1.0.0)
1.0.0
Repository of all JCP reusable atoms, molecules and organisms
yoda-common-boilerplate
/
src
/
styles
/
settings
/
custom.selectors.css
5 lines
(4 loc)
•
172 B
CSS
View Raw
1
2
3
4
5
/* custom selector */
@custom-selector :
--headings h1, h2, h3, h4, h5, h6 ;
@custom-selector :
--button button, .button;
@custom-selector :
--active
:hover, :focus, .active;