0👍
✅
For example, you can store your css files within the src / assets folders. Then you can import these files in the main.js file.
like below;
import "./assets/main.css"
Source:stackexchange.com
0👍
For example, you can store your css files within the src / assets folders. Then you can import these files in the main.js file.
like below;
import "./assets/main.css"