[GH-ISSUE #101] Sass partial should be named with an underscore #61

Closed
opened 2026-03-03 14:34:19 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (Oct 20, 2015).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/101

If not renamed you get this error:

Running "sass:build" (sass) task

Undefined variable: "$flag-icon-css-path".
Line 3 Column 27 public/css/icons/flag-icon-css-master/sass/flag-icon-list.scss

Originally created by @ghost on GitHub (Oct 20, 2015). Original GitHub issue: https://github.com/lipis/flag-icons/issues/101 If not renamed you get this error: Running "sass:build" (sass) task > > Undefined variable: "$flag-icon-css-path". > > Line 3 Column 27 public/css/icons/flag-icon-css-master/sass/flag-icon-list.scss
kerem closed this issue 2026-03-03 14:34:19 +03:00
Author
Owner

@lipis commented on GitHub (Dec 23, 2015):

could you submit a pr?

<!-- gh-comment-id:166773680 --> @lipis commented on GitHub (Dec 23, 2015): could you submit a pr?
Author
Owner

@ilyabreev commented on GitHub (Jan 11, 2016):

I cannot find task "sass:build" in Gruntfile.
I see 'less' task and it is called as a part of default Grunt run.

grunt.registerTask 'build',   ['less', 'cssmin']
grunt.registerTask 'default', ['build', 'watch']

Maybe it would be better to add 'sass' task smimlarly but not including it to default build?

<!-- gh-comment-id:170508659 --> @ilyabreev commented on GitHub (Jan 11, 2016): I cannot find task "sass:build" in Gruntfile. I see 'less' task and it is called as a part of default Grunt run. ``` coffee grunt.registerTask 'build', ['less', 'cssmin'] grunt.registerTask 'default', ['build', 'watch'] ``` Maybe it would be better to add 'sass' task smimlarly but not including it to default build?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#61
No description provided.