From 49ae30544a1c13a83fbb5b14361d1d9b83b28822 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 28 May 2018 07:35:42 +0000
Subject: [PATCH] style: remove trailing whitespaces

---
 static/assets/sass/00-reset.scss |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/static/assets/sass/00-reset.scss b/static/assets/sass/00-reset.scss
index 1c060fe..c512148 100644
--- a/static/assets/sass/00-reset.scss
+++ b/static/assets/sass/00-reset.scss
@@ -2,7 +2,7 @@
 // Eric Meyer’s CSS Reset
 //-------------------------------------------------------------------------------
 
-//   http://meyerweb.com/eric/tools/css/reset/ 
+//   http://meyerweb.com/eric/tools/css/reset/
 //   v2.0 | 20110126
 //   License: none (public domain)
 
@@ -16,8 +16,8 @@
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed, 
-figure, figcaption, footer, header, hgroup, 
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
 	margin: 0;
@@ -27,8 +27,8 @@
 	font: inherit;
 	vertical-align: baseline;
 }
-// HTML5 display-role reset for older browsers 
-article, aside, details, figcaption, figure, 
+// HTML5 display-role reset for older browsers
+article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
 	display: block;
 }
@@ -90,9 +90,9 @@
 	background-color: #FFFFFF;
 	border-style: none;
 }
-body, 
-p, 
-a, 
+body,
+p,
+a,
 a:hover {
 	color: #000000;
 }
@@ -101,10 +101,10 @@
 // Reset Link Styles
 //-------------------------------------------------------------------------------
 
-a, 
+a,
 a:hover {
 	text-decoration: none;
 	border: none;
 	border-style: none;
 	box-shadow: none;
-}
\ No newline at end of file
+}

--
Gitblit v1.10.0