@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+
+Remove unnecessary `!important` from body padding
@@ -7,7 +7,7 @@ body {
position: relative;
min-height: 100%;
height: 100%;
- padding: 0 !important;
+ padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;