mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: use css !important to override lsd typography styles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@mixin typography($variant) {
|
||||
font-size: var(--lsd-#{$variant}-fontSize);
|
||||
line-height: var(--lsd-#{$variant}-lineHeight);
|
||||
font-family: var(--lsd-typography-generic-font-family);
|
||||
font-size: var(--lsd-#{$variant}-fontSize) !important;
|
||||
line-height: var(--lsd-#{$variant}-lineHeight) !important;
|
||||
font-family: var(--lsd-typography-generic-font-family) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user