Skip to main content

CSS In React Quiz

Will Global CSS affect all components? (Even if you are a super grandson when importing the CSS file)?

Can I use SCSS as Global CSS?

Can I create external variables to define inline styles in React?

In the DOM, is the inline style output of React and Vanilla JS the same?

Why do we have to use `className` instead of `class` to define classes in components?

With Global CSS how can I avoid component styles being affected 'globally'?

Can I use SCSS as Module CSS?

What is the correct way to write CSS in React?