marmelab / marmelab/universal.css

๐Ÿ’ก Icons support?

Open
#18 2 comments 6 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up โ€” it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.