Skip to content

Commit

Permalink
Bump version for 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 23, 2025
1 parent 6171172 commit 8c81028
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/marksmith.css
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,10 @@
font-size: var(--ms-text-xs);
line-height: var(--tw-leading, var(--ms-text-xs--line-height));
}
.ms\:leading-normal {
--tw-leading: var(--ms-leading-normal);
line-height: var(--ms-leading-normal);
}
.ms\:font-semibold {
--tw-font-weight: var(--ms-font-weight-semibold);
font-weight: var(--ms-font-weight-semibold);
Expand Down Expand Up @@ -1098,6 +1102,10 @@
inherits: false;
initial-value: solid;
}
@property --tw-leading {
syntax: "*";
inherits: false;
}
@property --tw-font-weight {
syntax: "*";
inherits: false;
Expand Down
2 changes: 1 addition & 1 deletion lib/marksmith/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Marksmith
VERSION = "0.0.12"
VERSION = "0.0.13"
end

0 comments on commit 8c81028

Please sign in to comment.