Skip to content

Commit

Permalink
Update dependencies, small copy tweak for sidebar tab names
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Feb 23, 2024
1 parent 3d0d55d commit 20e6726
Show file tree
Hide file tree
Showing 10 changed files with 6,890 additions and 4,504 deletions.
4 changes: 0 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ module.exports = function(grunt) {
the theme using Sass */
sass: {
unminified: {
options: {
sourcemap: 'none'
},
files: {
'src/css/main.css' : 'src/scss/index.scss'
}
},
dist: {
options: {
style: 'compressed',
sourcemap: 'none'
},
files: {
'src/css/main.min.css' : 'src/scss/index.scss'
Expand Down
Loading

0 comments on commit 20e6726

Please sign in to comment.