浏览代码

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

Paweł Kuna 4 月之前
父节点
当前提交
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;