File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change
1
+ /* This file is provided by Docsy as an extension point for styling.
2
+ Add styles or import other files. */
3
+
4
+ @import " reset" ;
5
+ @import " skin" ;
6
+
7
+ // K8S-Docsy integration
8
+ @import " custom" ;
9
+
10
+ // Media queries
11
+ @import " base" ;
12
+ @import " tablet" ;
13
+ @import " desktop" ;
Original file line number Diff line number Diff line change 1
- /* This file is provided by Docsy as an entry point to styling.
2
- Add styles or override variables from the theme here. */
3
-
4
- @import " reset" ;
5
- @import " skin" ;
6
-
7
- // K8S-Docsy integration
8
- @import " custom" ;
9
-
10
- // Media queries
11
- @import " base" ;
12
- @import " tablet" ;
13
- @import " desktop" ;
1
+ /* This file is provided by Docsy as an extension point for styling.
2
+ Override variables from the theme here. */
14
3
15
4
$primary : #326ce5 ;
16
5
You can’t perform that action at this time.
0 commit comments