What is the JSS syntax for referencing generated class names called? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experience Should we burninate the [wrap] tag?How to target siblings / children of complex component in Material UI/JSShow to customize react material ui next componentCan't get JSS hover to work with React/Typescript/Material UIJSS nested styles containerHow to target siblings / children of complex component in Material UI/JSSPlace styles generated by material-ui for children components after style generated for parent component?Material-UI Style Override?How do I override a style of a deeply nested component? (Material-UI Jss Styling)Customize withStyles Material UI React styled componentsMerge classes with JSS instead of overridingHow to create a global style in React
Is the Standard Deduction better than Itemized when both are the same amount?
Storing hydrofluoric acid before the invention of plastics
What are the motives behind Cersei's orders given to Bronn?
How does cp -a work
Are my PIs rude or am I just being too sensitive?
Do I really need recursive chmod to restrict access to a folder?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
If a contract sometimes uses the wrong name, is it still valid?
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
Single word antonym of "flightless"
When is phishing education going too far?
Did Kevin spill real chili?
Letter Boxed validator
What happens to sewage if there is no river near by?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Right-skewed distribution with mean equals to mode?
Why are there no cargo aircraft with "flying wing" design?
Why was the term "discrete" used in discrete logarithm?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Models of set theory where not every set can be linearly ordered
Stars Make Stars
What are the pros and cons of Aerospike nosecones?
Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?
Did Xerox really develop the first LAN?
What is the JSS syntax for referencing generated class names called?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experience
Should we burninate the [wrap] tag?How to target siblings / children of complex component in Material UI/JSShow to customize react material ui next componentCan't get JSS hover to work with React/Typescript/Material UIJSS nested styles containerHow to target siblings / children of complex component in Material UI/JSSPlace styles generated by material-ui for children components after style generated for parent component?Material-UI Style Override?How do I override a style of a deeply nested component? (Material-UI Jss Styling)Customize withStyles Material UI React styled componentsMerge classes with JSS instead of overridingHow to create a global style in React
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Material UI uses JSS at its core and you sometimes need to override styles from their base components.
Example from Input: '&:hover:not($disabled):before' ...
I cannot find this syntax mentioned in the JSS syntax docs, so it's hard to discuss with others without a common name. What is it called?
jss css-in-js
add a comment |
Material UI uses JSS at its core and you sometimes need to override styles from their base components.
Example from Input: '&:hover:not($disabled):before' ...
I cannot find this syntax mentioned in the JSS syntax docs, so it's hard to discuss with others without a common name. What is it called?
jss css-in-js
Which part of that are you asking about?$disabled?
– jonrsharpe
Mar 8 at 16:24
Yes, exactly. That's the only magic in that rule
– oligofren
Mar 8 at 16:32
The page you linked to refers to it as "$refsyntax".
– jonrsharpe
Mar 8 at 16:33
@jonrsharpe they only use that in the context of a keyframe though. Not confident it's used generally.
– oligofren
Mar 8 at 16:36
add a comment |
Material UI uses JSS at its core and you sometimes need to override styles from their base components.
Example from Input: '&:hover:not($disabled):before' ...
I cannot find this syntax mentioned in the JSS syntax docs, so it's hard to discuss with others without a common name. What is it called?
jss css-in-js
Material UI uses JSS at its core and you sometimes need to override styles from their base components.
Example from Input: '&:hover:not($disabled):before' ...
I cannot find this syntax mentioned in the JSS syntax docs, so it's hard to discuss with others without a common name. What is it called?
jss css-in-js
jss css-in-js
asked Mar 8 at 16:20
oligofrenoligofren
8,594956104
8,594956104
Which part of that are you asking about?$disabled?
– jonrsharpe
Mar 8 at 16:24
Yes, exactly. That's the only magic in that rule
– oligofren
Mar 8 at 16:32
The page you linked to refers to it as "$refsyntax".
– jonrsharpe
Mar 8 at 16:33
@jonrsharpe they only use that in the context of a keyframe though. Not confident it's used generally.
– oligofren
Mar 8 at 16:36
add a comment |
Which part of that are you asking about?$disabled?
– jonrsharpe
Mar 8 at 16:24
Yes, exactly. That's the only magic in that rule
– oligofren
Mar 8 at 16:32
The page you linked to refers to it as "$refsyntax".
– jonrsharpe
Mar 8 at 16:33
@jonrsharpe they only use that in the context of a keyframe though. Not confident it's used generally.
– oligofren
Mar 8 at 16:36
Which part of that are you asking about?
$disabled?– jonrsharpe
Mar 8 at 16:24
Which part of that are you asking about?
$disabled?– jonrsharpe
Mar 8 at 16:24
Yes, exactly. That's the only magic in that rule
– oligofren
Mar 8 at 16:32
Yes, exactly. That's the only magic in that rule
– oligofren
Mar 8 at 16:32
The page you linked to refers to it as "
$ref syntax".– jonrsharpe
Mar 8 at 16:33
The page you linked to refers to it as "
$ref syntax".– jonrsharpe
Mar 8 at 16:33
@jonrsharpe they only use that in the context of a keyframe though. Not confident it's used generally.
– oligofren
Mar 8 at 16:36
@jonrsharpe they only use that in the context of a keyframe though. Not confident it's used generally.
– oligofren
Mar 8 at 16:36
add a comment |
1 Answer
1
active
oldest
votes
This functionality is made possible through a plugin for nesting.
The plugin itself describes this as "nested selectors", which is also usually the term you will find being used to describe it when searching Stack Overflow.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55067108%2fwhat-is-the-jss-syntax-for-referencing-generated-class-names-called%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This functionality is made possible through a plugin for nesting.
The plugin itself describes this as "nested selectors", which is also usually the term you will find being used to describe it when searching Stack Overflow.
add a comment |
This functionality is made possible through a plugin for nesting.
The plugin itself describes this as "nested selectors", which is also usually the term you will find being used to describe it when searching Stack Overflow.
add a comment |
This functionality is made possible through a plugin for nesting.
The plugin itself describes this as "nested selectors", which is also usually the term you will find being used to describe it when searching Stack Overflow.
This functionality is made possible through a plugin for nesting.
The plugin itself describes this as "nested selectors", which is also usually the term you will find being used to describe it when searching Stack Overflow.
edited Mar 9 at 5:39
oligofren
8,594956104
8,594956104
answered Mar 8 at 16:33
Oleg IsonenOleg Isonen
55334
55334
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55067108%2fwhat-is-the-jss-syntax-for-referencing-generated-class-names-called%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Which part of that are you asking about?
$disabled?– jonrsharpe
Mar 8 at 16:24
Yes, exactly. That's the only magic in that rule
– oligofren
Mar 8 at 16:32
The page you linked to refers to it as "
$refsyntax".– jonrsharpe
Mar 8 at 16:33
@jonrsharpe they only use that in the context of a keyframe though. Not confident it's used generally.
– oligofren
Mar 8 at 16:36