UNPKG
semantic-props
Version:
beta (2.0.0-beta.2)
latest (1.0.0)
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.0.0
0.2.1
0.2.0
0.1.0
A collection of semantic CSS custom properties.
semantic-props.style
JoshuaSand0val/semantic-props
semantic-props
/
dist
/
ease.css
1 lines
•
94 B
CSS
View Raw
1
:where
(
.semantic
){
--ease
:ease;
--ease-in
:ease-in;
--ease-out
:ease-out;
--ease-in-out
:ease-in-out}