Browse Source

removed trailing whitespace

ijin08 7 năm trước cách đây
mục cha
commit
3ef4d20f77
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      public/sass/_variables.light.scss

+ 3 - 3
public/sass/_variables.light.scss

@@ -65,9 +65,9 @@ $textShadow: none;
 
 // gradients
 $brand-gradient: linear-gradient(
-  to right, 
-  rgba(255, 213, 0, 1) 0%, 
-  rgba(255, 68, 0, 1) 99%, 
+  to right,
+  rgba(255, 213, 0, 1) 0%,
+  rgba(255, 68, 0, 1) 99%,
   rgba(255, 68, 0, 1) 100%
 );