I could use some assistance with a project involving minor edits to a WordPress website. I've hit a roadblock and need some help.
The style.css file in WordPress doesn't have much CSS code, but instead imports files like this:
/*Animate*/
@import url('css/animate.css');
/* Bootstrap */
@import url('css/bootstrap.min.css');
/* Responsive */
@import url('css/responsive.css');
Can someone guide me on how to access and modify these imported files?