mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 17:35:54 +03:00
[GH-ISSUE #198] Add style property to package.json #135
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#135
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 @vanthome on GitHub (Feb 16, 2016).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/198
Please add the style property to
package.jsonlike normalize.css (https://github.com/necolas/normalize.css/blob/master/package.json#L5) and many other libs do which ship CSS. This allows usage with package managers that are CSS aware or eco systems like the VCL https://github.com/vcl/doc.@lipis commented on GitHub (Feb 16, 2016):
Why should I?! It's not needed for that particular CSS. What if someone wants something else or nothing?
@vanthome commented on GitHub (Feb 16, 2016):
I think I explain why you should:
What do you mean by "something else"?!
This lib just has one set of CSS rules as far as I can see in the built version.