UNPKG
itcss
Version:
latest (2.1.0)
2.1.0
2.0.0
1.9.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
0.2.0
0.1.1
0.1.0
0.0.1
CSS starter boilerplate based on the ITCSS pattern
itcss.atanas.info
scriptex/itcss
itcss
/
assets
/
generic
/
_transitions.css
14 lines
(13 loc)
•
255 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
a
,
a
img
,
a
svg
,
input
,
button
,
select
,
textarea
,
.c-btn
,
[class^=
'svg-'
]
{
transition-property
: color, opacity, border-color, background-color, box-shadow, fill, stroke;
transition-duration
:
var
(--timing);
transition-timing-function
:
var
(--easing); }