mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
41 lines
979 B
SCSS
41 lines
979 B
SCSS
//= depend_on icons.png
|
|
//= depend_on icons@2x.png
|
|
|
|
//= require vendor/open-sans
|
|
|
|
/*!
|
|
* Copyright 2013 Thibaut Courouble and other contributors
|
|
*
|
|
* 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/ember',
|
|
'pages/jquery',
|
|
'pages/less',
|
|
'pages/lodash',
|
|
'pages/mdn',
|
|
'pages/node',
|
|
'pages/php',
|
|
'pages/rfc',
|
|
'pages/underscore',
|
|
'pages/yard';
|