Add final touches
This commit is contained in:
parent
b1fd2f372f
commit
0429ea7f72
64 changed files with 576 additions and 444 deletions
5
src/framework/styles/dark-mode/dark-mode.scss
Normal file
5
src/framework/styles/dark-mode/dark-mode.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@mixin in-dark-mode() {
|
||||
&[theme='dark'] {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue