Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: chrome/common/extensions/docs/static/sass/site.scss

Issue 113963003: added scss files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved site.css to out subdirectory Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /*! Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 // Import Tools and Libraries
7 @import "compass"; // Import Compass: http://compass-style.org
8 @import "compass/typography/vertical_rhythm"; // http://compass-style.org/refere nce/compass/typography/vertical_rhythm/
9 @import "mixins";
10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/
11
12 // Import Variables
13 @import "vars";
14
15 // Import Grid
16 @import "grid";
17
18 // Import Universal Styles
19 @import "layout";
20 @import "html";
21 @import "typography";
22 @import "navbar";
23
24 // Import Page-Specific Styles
25 @import "homepage";
26 @import "pillar";
27 @import "article";
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_vars.scss ('k') | chrome/common/extensions/docs/templates/private/cc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698