Skip to content
Snippets Groups Projects
Commit da50250f authored by Silvio Giebl's avatar Silvio Giebl
Browse files

Fixed custom css

(cherry picked from commit 7df9af5ab1f4b7f1c286d176a8b24be9d3ce8063)
parent f61b836f
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,4 @@ ...@@ -16,9 +16,4 @@
@import "./search"; @import "./search";
@import "./tables"; @import "./tables";
@import "./code"; @import "./code";
@import "./utilities/utilities"; @import "./utilities/utilities";
\ No newline at end of file
//
// Import custom overrides
//
@import "./custom/custom";
\ No newline at end of file
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
--- ---
@import "./support/support"; @import "./support/support";
@import "./color_schemes/dark"; @import "./color_schemes/dark";
@import "./modules"; @import "./modules";
\ No newline at end of file @import "./custom/custom";
\ No newline at end of file
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
@import "./support/support"; @import "./support/support";
@import "./color_schemes/light"; @import "./color_schemes/light";
@import "./modules"; @import "./modules";
@import "./custom/custom";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment