Working on a React project using Webpack. Adding some styles in style.css and importing into component with import style from \'./style.css\';. Elements without
If you're like me and use the style attribute for styling then afterwards move them into proper classes in .css files (and wonder why it doesn't work), remember to remove the JSX string format,