Skip to content

Commit 38cff4e

Browse files
committed
Add font-awesome CSS
1 parent d2f2239 commit 38cff4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function sriTransformer(tHash) {
2222

2323
gulp.task('css', function () {
2424
return gulp.src('./themes/atlasmap/scss/**/*.scss')
25+
.pipe(gulp.src('./node_modules/font-awesome/css/font-awesome.css'))
2526
.pipe(plugins.sass())
2627
.pipe(plugins.postcss())
2728
.pipe(gulp.dest('./themes/atlasmap/static/css'));

0 commit comments

Comments
 (0)