1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 03:54:42 +04:00
This commit is contained in:
codecalm
2020-02-23 17:08:53 +01:00
parent ad8a8b378b
commit 3a15877da6
3 changed files with 16 additions and 16 deletions
+1
View File
@@ -53,6 +53,7 @@
@import "utils/sizing";
@import "utils/opacity";
@import "utils/shadow";
@import "utils/text";
@import "dark";
@import "debug";
-15
View File
@@ -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;
}
+15 -1
View File
@@ -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;
}