ソースを参照

Remove unnecessary `!important` from body padding (#2357)

Paweł Kuna 3 ヶ月 前
コミット
a41c9565f1
2 ファイル変更6 行追加1 行削除
  1. 5 0
      .changeset/rude-shrimps-smile.md
  2. 1 1
      core/scss/layout/_core.scss

+ 5 - 0
.changeset/rude-shrimps-smile.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Remove unnecessary `!important` from body padding

+ 1 - 1
core/scss/layout/_core.scss

@@ -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;