Skip to content

Commit

Permalink
Update gruntfile to use custom css
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Karki <[email protected]>
  • Loading branch information
prertik committed Nov 13, 2021
1 parent 04d0dad commit dfdec0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module.exports = function(grunt) {
'css/pack.css': [
'css/normalize.css',
'css/jquery.fancybox.css',
'css/style.css',
'css/small.css'
'css/small.css',
'css/custom.css'
]
}
}
Expand Down

0 comments on commit dfdec0d

Please sign in to comment.