Skip to content

Commit

Permalink
Fixed compatibility with icon fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiano-guerriero committed Oct 21, 2022
1 parent 6de35fa commit 5228f58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions main/assets/css/base/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@

.icon {
--size: 1em;
height: var(--size);
width: var(--size);
font-size: var(--size);
height: 1em;
width: 1em;
display: inline-block;
color: inherit;
fill: currentColor;
Expand Down
1 change: 0 additions & 1 deletion main/assets/css/custom-style/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
cursor: pointer;
text-decoration: none;
line-height: 1.2;
@include fontSmooth;
transition: all 0.2s ease;
will-change: transform;

Expand Down
2 changes: 0 additions & 2 deletions main/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14447,8 +14447,6 @@ mark {
cursor: pointer;
text-decoration: none;
line-height: 1.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all 0.2s ease;
will-change: transform;
}
Expand Down
2 changes: 1 addition & 1 deletion main/assets/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codyhouse-framework",
"version": "3.0.8",
"version": "3.0.9",
"description": "A lightweight front-end framework for building accessible, bespoke interfaces.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 5228f58

Please sign in to comment.