Skip to content

Commit

Permalink
Merge pull request #184 from joshmedeski/move-scss
Browse files Browse the repository at this point in the history
Move Scss file to a separate scss folder
  • Loading branch information
najlepsiwebdesigner authored Oct 12, 2016
2 parents 500a211 + 6d4de0a commit a12a13c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function(grunt) {
sass: {
dist: {
files: {
'css/foundation-datepicker.css': 'css/foundation-datepicker.scss'
'css/foundation-datepicker.css': 'scss/foundation-datepicker.scss'
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion css/foundation-datepicker.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a12a13c

Please sign in to comment.