marmelab / marmelab/universal.css
๐ก Icons support?
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 1.3k
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Example:
.universal-๐::before {
display: inline;
content: '๐';
}
<i class="universal-๐"></i> would show ยซ๐ยป. Isn't that great? And users could restyle that with any images they want (e.g. ยซ๐ยป)! Finally, universal portable icons for everyone.
Bonus: no more unobvious names, you won't have to remember those anymore.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up โ it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only provides a CSS example and an inline HTML usage example; no implementation file, test, or entry point is named. Start by locating how universal.css defines and distributes its classes, then determine the intended icon-support scope and how it could be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100