Fix colours(fixes #31)
This commit is contained in:
@@ -15,7 +15,7 @@ $tooltip-dark-allow: false;
|
||||
// We recommend explicitly using the underscore when referring to pattern scss
|
||||
// as you may have also created a version that compiles to css to display in
|
||||
// your pattern.
|
||||
@use "core" as *;
|
||||
@use "core";
|
||||
@use "../../node_modules/prismjs/themes/prism";
|
||||
@use "../../node_modules/prismjs/plugins/toolbar/prism-toolbar";
|
||||
@use "../../node_modules/prismjs/plugins/line-numbers/prism-line-numbers";
|
||||
@@ -43,7 +43,7 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
// @include core-colour-samples;
|
||||
@include core.core-colour-samples;
|
||||
|
||||
@include tooltip.tooltip;
|
||||
@include sticky-note.sticky-note;
|
||||
|
||||
Reference in New Issue
Block a user