mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #335] Remove underscore from root scss file #208
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmersiowsky on GitHub (Jan 5, 2017).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/335
When trying to import flag-icon-css through sass
@importstatement, linting fails with:"Unexpected leading underscore in imported partial name"
The import statement is
@import "flag-icon-css/sass/_flag-icon";As
_flag-icon.scssseems to be the root SASS file, it should not have an underscore.(This also makes it easier for other people to find out which file to include.)
@lipis commented on GitHub (Jan 5, 2017):
Do you mind providing a PR.. or I can do it later this week
@dmersiowsky commented on GitHub (Jan 5, 2017):
Here you go :)
@lipis commented on GitHub (Jan 6, 2017):
Thank you!! Sorry for taking a bit longer..
@dmersiowsky commented on GitHub (Jan 7, 2017):
Thanks for merging! No worries, I have seen pull requests taking waaay longer ;-)