wishthis/node_modules/gulp-concat-css/test/expected/build/bundle-rebase.css
2022-01-21 09:28:41 +01:00

15 lines
No EOL
363 B
CSS

@import url('subdir/imported.css');
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
@font-face {
font-family: 'Font';
src: url("../lib/fonts/webfont.eot?v=4.0.0");
src: url("../lib/fonts/webfont.eot");
}
@font-face {
font-family: 'Font1';
src: url("../lib/fonts/webfont.eot");
}
.navbar-header {
clear: both;
}