| commit | c6c68212b047a89548bf7fa4bc56e3f7def49990 | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Wed Oct 22 14:33:51 2025 +0200 |
| committer | Akron <nils@diewald-online.de> | Tue Nov 04 09:31:24 2025 +0100 |
| tree | 63eb99c698a4c3b34c0f4acb2ad71f23907669a7 | |
| parent | 4fd6e83e262d947de4fec2b305e606e0640a456e [diff] [blame] |
Reorder deprecated mixed order declarations in SCSS Change-Id: Ibc2cd2574e55ab3cc42d1e59d5252b78a746e195
diff --git a/dev/scss/plugin.scss b/dev/scss/plugin.scss index 1111e1e..2eeebe4 100644 --- a/dev/scss/plugin.scss +++ b/dev/scss/plugin.scss
@@ -12,9 +12,9 @@ } section { padding-left: $base-padding; + padding-bottom: $base-padding; &::before{ content:''; } - padding-bottom: $base-padding; } -} \ No newline at end of file +}