Reduce SASS compressed blank lines
This commit is contained in:
parent
9d9bca5e3b
commit
3c3598e8b1
1 changed files with 1 additions and 4 deletions
|
@ -26,10 +26,7 @@
|
|||
--checkbox-checked-color: #07a8f7;
|
||||
|
||||
/* Sidebar */
|
||||
--sidebar-bg: radial-gradient(
|
||||
circle,
|
||||
rgba(42, 30, 107, 1) 0%,
|
||||
rgba(35, 37, 46, 1) 100%);
|
||||
--sidebar-bg: radial-gradient(circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
|
||||
--nav-cursor-color: #fcfcfc;
|
||||
|
||||
/* Topbar */
|
||||
|
|
Loading…
Reference in a new issue