I want to use scss directly in my components. Now I import css like this:
import './test.css';
return (
<Container>
<Col sm="12">
<div className="test_wrapper">
I want to use like this: import './test.scss';
return (
<Container>
<Col sm="12">
<div className="test_wrapper">