diff --git a/.changeset/rude-shrimps-smile.md b/.changeset/rude-shrimps-smile.md new file mode 100644 index 000000000..4883d9592 --- /dev/null +++ b/.changeset/rude-shrimps-smile.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Remove unnecessary `!important` from body padding diff --git a/core/scss/layout/_core.scss b/core/scss/layout/_core.scss index fae3490f7..dae37a71b 100644 --- a/core/scss/layout/_core.scss +++ b/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;