Answer the question
In order to leave comments, you need to log in
How to make a dark theme?
Hello.
I have 2 files _variables.dark.scss and _variables.light.scss. And now I can only change the theme by changing the import path.
// _variables.dark.scss
$gray-100: #1b1b29 !default;
$gray-200: #2b2b40 !default;
// _variables.light.scss
$gray-100: #F3F6F9 !default;
$gray-200: #EBEDF3 !default;
<html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question