Skip to content

Commit

Permalink
compiled CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiano-guerriero committed Oct 21, 2022
1 parent 5228f58 commit ff0b9e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions main/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3049,8 +3049,9 @@ u {

.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
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.9",
"version": "3.0.10",
"description": "A lightweight front-end framework for building accessible, bespoke interfaces.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit ff0b9e8

Please sign in to comment.