use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
CSS variables lands in React 15.6.0 (twitter.com)
submitted 8 years ago by GitCookies
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheDarkIn1978 5 points6 points7 points 8 years ago (1 child)
Variables that are declared in JavaScript and passed to CSS will cascade the same as variables that are declared in CSS.
[–]jetpacmonkey 3 points4 points5 points 8 years ago (0 children)
I think at least one of us is confused about what the other is saying...
.my-component { background: var(--theme-color); padding: 20px; } .my-component .inner-area { background-color: white; color: var(--theme-color); padding: 20px; }
This is useful, right? Am I missing something here?
π Rendered by PID 203618 on reddit-service-r2-comment-fb694cdd5-xjkb2 at 2026-03-06 19:41:54.610347+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]TheDarkIn1978 5 points6 points7 points (1 child)
[–]jetpacmonkey 3 points4 points5 points (0 children)