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

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

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: Rebase Created 6 years, 10 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
1 /*! Copyright 2014 The Chromium Authors. All rights reserved. 1 /*! Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 // Import Tools and Libraries 6 // Import Tools and Libraries
7 @import "compass"; // Import Compass: http://compass-style.org 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/ 8 @import "compass/typography/vertical_rhythm"; // http://compass-style.org/refere nce/compass/typography/vertical_rhythm/
9 @import "mixins"; 9 @import "mixins";
10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/ 10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/
11 11
12 // Import Variables 12 // Import Variables
13 @import "vars"; 13 @import "vars";
14 14
15 // Import Grid 15 // Import Grid
16 @import "grid"; 16 @import "grid";
17 17
18 // Import Universal Styles 18 // Import Universal Styles
19 @import "layout"; 19 @import "layout";
20 @import "html"; 20 @import "html";
21 @import "typography"; 21 @import "typography";
22 @import "navbar"; 22 @import "navbar";
23 23
24 // Import Page-Specific Styles 24 // Import Page-Specific Styles
25 @import "homepage"; 25 @import "homepage";
26 @import "pillar"; 26 @import "pillar";
27 @import "article"; 27 @import "article";
28 @import "api";
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_api.scss ('k') | chrome/common/extensions/docs/templates/private/api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698