Click here to Skip to main content
15,867,308 members
Everything / Web Development / SCSS

SCSS

SCSS

All Articles

Sort by Title

SCSS 

22 Apr 2021 by Member 12708510
In ReactJS, I have a value stored in sessionStorage. How can I access that value in scss file? I need to apply some styles based on sessionStorage value using If condition What I have tried: I searched in lot of documentations on SCSS where I...
22 Apr 2021 by Richard Deeming
You can't. SCSS files will be processed on the server, and will return the generated CSS files to the client. The sessionStorage value only exists on the client. Depending on what you're trying to do, maybe a CSS custom property could help?...
7 Oct 2015 by Torakami
Hii , I generally use sublime text editor for developing web pages , now i havce started using scss but not sure how to compile using sublime text 3 . I have checked plugin , but that seems to be working only for mac pcs. Anyone knows how to compile in windows Thanks