You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/application.css.scss

50 lines
1.1 KiB

11 years ago
//= depend_on icons.png
//= depend_on icons@2x.png
//= require vendor/open-sans
/*!
* Copyright 2013-2014 Thibaut Courouble and other contributors
11 years ago
*
* This source code is licensed under the terms of the Mozilla
* Public License, v. 2.0, a copy of which may be obtained at:
* http://mozilla.org/MPL/2.0/
*/
@import 'global/variables',
'global/icons',
'global/classes',
'global/base';
@import 'components/app',
'components/header',
'components/sidebar',
'components/content',
'components/page',
'components/fail',
'components/notice',
'components/notif',
'components/prism',
'components/mobile';
@import 'pages/angular',
'pages/coffeescript',
'pages/d3',
11 years ago
'pages/ember',
'pages/jquery',
'pages/knockout',
'pages/git',
11 years ago
'pages/less',
'pages/lodash',
'pages/mdn',
'pages/moment',
11 years ago
'pages/node',
'pages/php',
'pages/postgres',
'pages/rdoc',
'pages/redis',
11 years ago
'pages/rfc',
'pages/sphinx',
11 years ago
'pages/underscore',
'pages/yard';