Child theme using red.min.css
I have created a child theme folder containing "style.css" - and it has the @import url("../classipress/style.css"); in it. All is good.
Now I want to change some styles within "red.min.css"
Question:
So, is it proper to create a file call red.min.css in the child theme folder?
AND within it have this code?
@import url("../classipress/styles/red.min.css");