mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
#466 fix
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
@import "utils/sizing";
|
||||
@import "utils/opacity";
|
||||
@import "utils/shadow";
|
||||
@import "utils/text";
|
||||
|
||||
@import "dark";
|
||||
@import "debug";
|
||||
@@ -118,18 +118,3 @@ Subheader
|
||||
.subheader {
|
||||
@include subheader;
|
||||
}
|
||||
|
||||
/**
|
||||
Antialiasing
|
||||
*/
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.subpixel-antialiased {
|
||||
-webkit-font-smoothing: auto;
|
||||
-moz-osx-font-smoothing: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,4 +2,18 @@
|
||||
|
||||
.text-inherit {
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Antialiasing
|
||||
*/
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.subpixel-antialiased {
|
||||
-webkit-font-smoothing: auto;
|
||||
-moz-osx-font-smoothing: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user