could you please tell me why css class is not applied. ?
I imported my css external file this.
@import url("https://gist.githubusercontent.com/eirikbakke/1059266/raw/d81dba46c76169c2b253de0baed790677883c221/gistfile1.css");
used like this
export default function App() {
return (
<div className="someclass">
<h1 className="someclass">Hello CodeSandbox</h1>
<h2>Start editing to see some magic happen!</h2>
</div>
);
}
here is my code https://codesandbox.io/s/priceless-turing-x62pz?file=/src/styles.css