skip to Main Content

Css – How correct import styles

I using vanilla javascript + Vite, why styles doesn't work? this point I import style of logo component and this is common style.css @import url("./CORE/Logo/style.scss"); *, body, html { box-sizing: border-box; margin: 0px; padding: 0px; } and this is section…

VIEW QUESTION
Back To Top
Search