forked from KOBENDigital/Iconic
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- moved README.md to root - added Umbraco 13.1.1 testing site # Conflicts: # Our.Iconic/Our.Iconic.csproj
- Loading branch information
Showing
25 changed files
with
1,253 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"preconfigs": [ | ||
{ | ||
"name": "Glyphicons", | ||
"selector": "\\.(glyphicon-[\\w-]+):before{", | ||
"template": "<i class=\"glyphicon {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 4", | ||
"selector": "\\.(fa-[\\w-]+):before{", | ||
"template": "<i class=\"fa {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Foundation Icons", | ||
"selector": "\\.(fi-[\\w-]+):before{", | ||
"template": "<i class=\"{icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Material Icons", | ||
"selector": "(\\w+) [a-zA-Z0-9_]*", | ||
"template": "<i class=\"material-icons\">{icon}</i>" | ||
}, | ||
{ | ||
"name": "Simple Line Icons", | ||
"selector": "\\.(icon-[\\w-]+):before {", | ||
"template": "<i class=\"{icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 5 (Brands)", | ||
"selector": "\\.(fa-[\\w-]+):before {", | ||
"template": "<i class=\"fab {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 5 (Regular)", | ||
"selector": "\\.(fa-[\\w-]+):before {", | ||
"template": "<i class=\"far {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 5 (Solid)", | ||
"selector": "\\.(fa-[\\w-]+):before {", | ||
"template": "<i class=\"fas {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 5 (Light)", | ||
"selector": "\\.(fa-[\\w-]+):before {", | ||
"template": "<i class=\"fal {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 6 (Brands)", | ||
"selector": "\\.(fa-[\\w-]+)::before {", | ||
"template": "<i class=\"fa-brands {icon}\"></i>" | ||
}, | ||
{ | ||
"name": "Font Awesome 6 (Solid)", | ||
"selector": "\\.(fa-[\\w-]+)::before {", | ||
"template": "<i class=\"fa-solid {icon}\"></i>" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Iconic Configuration & Usage Documentation | ||
|
||
|
||
## Contents | ||
|
||
[Configuring the Datatype](Documentation/Configuration) | ||
|
||
[Datatype Usage and Rendering Icons](Documentation/Usage) | ||
|
||
[Tips & Tricks](Documentation/Tips) | ||
|
||
## How to Contribute | ||
If you have information to share about how to configure a specific icon set, or do something cool with Iconic, please fork this repository and contribute your findings to the appropriate Documentation section. | ||
|
||
To contribute [Code](https://github.com/skartknet/Iconic/pulls), [Issues/Bugs](https://github.com/skartknet/Iconic/issues), [Ideas, etc.](https://github.com/skartknet/Iconic/discussions) check out the [GitHub site](https://github.com/skartknet/Iconic). | ||
|
||
## Need Help? | ||
Head over to the [Discussions section](https://github.com/skartknet/Iconic/discussions/categories/q-a) to see if anyone else has solved you particular issue, or [add your own "Q&A" categorized post](https://github.com/skartknet/Iconic/discussions/new?category=q-a). | ||
|
||
# Changelog | ||
|
||
## v5.4.1 | ||
- added preconfigs.user.json | ||
- moved README.md to root | ||
- added Umbraco 13.1.1 testing site | ||
|
||
## v5.4 | ||
- Update Material icons codepoints | ||
- Fixed Rules source file not taking default CSS file is empty. (#41) | ||
- Added support for user preconfigs |
Oops, something went wrong.