grunt-cachebust-plus
Version:
Bust static assets from the cache using content hashing, inspired by hollandben's grunt-cache-bust plugin
23 lines (19 loc) • 487 B
CSS
body {
background-color: red;
}
.image {
width: auto;
max-height: 120px;
background: #FFFFFF url('assets/css-image.jpg') center center no-repeat;
}
.image-quotes {
width: auto;
max-height: 120px;
background: #FFFFFF url("assets/css-image-quotes.jpg") center center no-repeat;
}
.large-image {
width: 100%;
background-image: url(assets/css-image-large.jpg);
background-position: top center;
background-size: contain;
}