소스 검색

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;