Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/main.scss

Issue 29596555: Noissue - Format CSS comments and implement new wd classes (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 3, 2017, 8:46 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/scss/components/_lists.scss ('K') | « static/scss/layout/_navbar.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/main.scss
===================================================================
--- a/static/scss/main.scss
+++ b/static/scss/main.scss
@@ -1,42 +1,55 @@
-// This file is part of help.eyeo.com.
-// Copyright (C) 2017-present eyeo GmbH
-//
-// help.eyeo.com is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// help.eyeo.com is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
-
-// Base styles /////////////////////////////////////////////////////////////////
+// Variables & Website Defaults
+////////////////////////////////////////////////////////////////////////////////
@import "base/variables";
ire 2017/11/03 08:48:30 I moved this up here because I was looking at the
juliandoucette 2017/11/06 13:06:57 suggest: 1. Put the license header into an impor
ire 2017/11/06 14:41:16 Good idea. Done.
@import "../../node_modules/website-defaults/static/scss/main";
+
+/*!
+ * This file is part of help.eyeo.com.
+ * Copyright (C) 2017-present eyeo GmbH
+ *
+ * help.eyeo.com is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * help.eyeo.com is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+// Base styles
+////////////////////////////////////////////////////////////////////////////////
+
@import "base/font";
@import "base/utilities";
-// Content styles //////////////////////////////////////////////////////////////
+// Content styles
+////////////////////////////////////////////////////////////////////////////////
+
@import "content/typography";
-// Layout styles ///////////////////////////////////////////////////////////////
+// Layout styles
+////////////////////////////////////////////////////////////////////////////////
+
@import "layout/navbar";
@import "layout/header";
@import "layout/footer";
@import "layout/grid";
@import "layout/body";
-// Component styles ////////////////////////////////////////////////////////////
+// Component styles
+////////////////////////////////////////////////////////////////////////////////
+
@import "components/search-form";
@import "components/card";
@import "components/select";
@import "components/browser-select";
@import "components/lists";
@import "components/contact";
@import "components/accordion";
@import "components/article";
« static/scss/components/_lists.scss ('K') | « static/scss/layout/_navbar.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld