forked from swiftlang/swift-docc-render
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_base.scss
30 lines (25 loc) · 814 Bytes
/
_base.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
* This source file is part of the Swift.org open source project
*
* Copyright (c) 2021 Apple Inc. and the Swift project authors
* Licensed under Apache License v2.0 with Runtime Library Exception
*
* See https://swift.org/LICENSE.txt for license information
* See https://swift.org/CONTRIBUTORS.txt for Swift project authors
*/
// These are high-level global styles that provide basic CSS for basic elements.
@import './base/reset';
@import './base/typography';
@import './base/syntax';
@import './base/accessibility';
@import './base/keyframes';
@import './base/changes';
@import './base/colors';
// import the current theme _base file. This file imports fonts and other global styles
@import "~theme/styles/_theme_base.scss";
#app-main {
outline-style: none;
}
:root {
--app-height: 100vh;
}