Skip to content

Commit

Permalink
Move main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Feb 18, 2023
1 parent 4708059 commit b0fda05
Show file tree
Hide file tree
Showing 2 changed files with 2,744 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function(grunt) {
},
dist: {
files: {
'src/css/main.css': 'src/main.scss',
'src/main.css': 'src/main.scss',
'dist/style.css': 'src/style.scss'
}
}
Expand Down
Loading

0 comments on commit b0fda05

Please sign in to comment.