So you mean that I don’t need to create a child theme?
My site is at the moment on a coming soon mode, so it won’t help you.
I created a new stylesheet in a child theme folder.
I realised thanks to firebug that there is a file called “main.css” where all the css styles are.
So I thought I could use the @import featyre in the new stylesheet (in the child theme) and the rule apparently doesn’t work.
Here is the line I wrote
@import url('../ascent/includes/css/main.css');
I also tried with
@import url('../includes/css/main.css');
none of this work.
Can you help me?