зеркало из https://github.com/mozilla/bedrock.git
12 строки
498 B
SCSS
12 строки
498 B
SCSS
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
$font-path: '/media/protocol/fonts';
|
|
$image-path: '/media/protocol/img';
|
|
$brand-theme: 'firefox';
|
|
|
|
@import '~@mozilla-protocol/core/protocol/css/includes/lib';
|
|
@import '~@mozilla-protocol/core/protocol/css/components/card';
|
|
@import '~@mozilla-protocol/core/protocol/css/templates/card-layout';
|