This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--w: 95vw; | |
--h: 90vh; | |
} | |
section.P8ReX { | |
max-height: 80vh !important; | |
} | |
.BDmSP, .o2tA_ { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorCustomizations": { | |
// These settings make it so ScreenToGif can make the background transparent | |
// "editor.lineHighlightBackground": "#00000000", | |
// "editorCursor.foreground": "#ffffff00", | |
"[Juicy]": { | |
"editor.background": "#101010", | |
"tab.inactiveBackground": "#202020", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://gist.github.com/Refzlund/a916fb6b4d849c219e6bc44022b3bfd9 | |
@use "sass:meta"; | |
@use "sass:list"; | |
@use "sass:string"; | |
/* | |
Example: | |
@use "_var.scss"; |