We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f2239 commit 38cff4eCopy full SHA for 38cff4e
gulpfile.js
@@ -22,6 +22,7 @@ function sriTransformer(tHash) {
22
23
gulp.task('css', function () {
24
return gulp.src('./themes/atlasmap/scss/**/*.scss')
25
+ .pipe(gulp.src('./node_modules/font-awesome/css/font-awesome.css'))
26
.pipe(plugins.sass())
27
.pipe(plugins.postcss())
28
.pipe(gulp.dest('./themes/atlasmap/static/css'));
0 commit comments