UNPKG
@dimanech/cssstat-core
Version:
latest (3.3.1)
3.3.1
3.3.0
3.2.1
3.2.0
High-level stats for stylesheets
github.com/dimanech/cssstats-core
dimanech/cssstats-core
@dimanech/cssstat-core
/
test
/
fixtures
/
keyframes.css
15 lines
(12 loc)
•
171 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.a
{
color
: red; }
@keyframes
'loading-fade'
{
10%
{
color
: blue; }
20%
{
color
: navy; }
30%
{
color
: blue; } }
.b
{
color
: green;
background-color
: gray; }