We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca60e6 commit 509a131Copy full SHA for 509a131
examples/main.scss
@@ -1,3 +1,5 @@
1
+@use "sass:color";
2
+
3
@import "../node_modules/normalize.css";
4
@import "../node_modules/draft-js-emoji-plugin/lib/plugin.css";
5
@@ -27,9 +29,9 @@ $FONT_SIZE_TEXT: 1rem;
27
29
$draftail-editor-chrome: $GREY_333;
28
30
$draftail-editor-chrome-text: $WHITE;
31
$draftail-editor-chrome-active: $WHITE;
-$draftail-editor-chrome-accent: lighten(
32
+$draftail-editor-chrome-accent: color.adjust(
33
$color: $draftail-editor-chrome,
- $amount: 20%,
34
+ $lightness: 20%,
35
);
36
37
$draftail-editor-font-family: $FONT_FAMILY_SANS;
0 commit comments