grunt-uniator
Version:
Combine style-tags and CSS-files linked by HTML-file into one or several files or style-tags
53 lines (29 loc) • 583 B
CSS
/*----- style/a.css -----*/
.a {
position: relative;
}
/*----- style/b.css -----*/
/* This is b.css */
.b {
color: #0000ff;
}
.b__mod {
background-image: url(../image/back.png);
font-size: 20px;
}
/*----- Style tag #1 -----*/
h3 {
color: #ff0;
}
/*----- style/subdir/c.css -----*/
.c {
width: 50%;
}
/*----- Style tag #2 -----*/
div {
font-size: 14px;
}
/*----- style/d.css -----*/
.delta {
animation-name: delta;
}