Published
- 1 min read
import css in another css file
The solution for this is noted below
import css in another css file
Solution
@import "navigation.css"; /* Via string */
or
@import url("navigation.css"); /* Via url */
Try other methods by searching on the site. That is if this doesn’t work