Fixed font-family inheritance
Some checks failed
Publish Library / Build NPM Project (push) Successful in 11s
Publish Library / Tag Version (push) Successful in 5s
Publish Library / Publish CDN & Docs (push) Failing after 14s

This commit is contained in:
Zakary Timson 2024-11-23 21:59:09 -05:00
parent c046b16b69
commit e98ed586f5
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ztimson/css-utils",
"version": "1.1.0",
"version": "1.1.1",
"description": "CSS Utility Classes",
"readme": "README.md",
"scripts": {

View File

@ -85,11 +85,6 @@ $divisible: (0, 10, 20, 25, 30, 33, 34, 40, 50, 60, 66, 70, 75, 80, 90, 100);
color: var(--theme-text);
font-family: var(--theme-font), sans-serif;
* {
font-family: inherit;
font-size: inherit;
}
p, input, select, textarea, button { font-size: 1rem; }
h1, h2, h3, h4, h5, h6, p { margin: 0 0 0.5rem 0; }
h1 { font-weight: 500; font-size: 2.5rem; }