gulp-rev-css-url
Version:
The lightweight plugin to override urls in css files to hashed after gulp-rev
16 lines (13 loc) • 378 B
CSS
.background-image {
background-image: url('../images/dummy.jpg');
}
.background-image-2 {
background-image: url('../images/dummy.jpg');
}
@font-face {
font-family: "font";
font-style: normal;
font-weight: 300;
src: url('../fonts/montserrat-light-webfont.woff') format('woff'),
url('../fonts/montserrat-light-webfont.woff2') format('woff2');
}