Child theme styles.php file
Is there a way with the child theme to override the styles.php file? Is it something you can simply copy the directory to the child theme?
I noticed in the file you have variable for $multiplier which controls sizing for responsive font-sizes. While this is awesome, being able to have somewhere in the theme options to control this variable would be great as for some sites, using this variable (like the.85) can bring a font size below 16px which from an accessibility standpoint would make the text too small (https://www.w3.org/QA/Tips/font-size).
Comments
you will be not able to do it with this file unfortunatelly.
This is a very good idea and we will take this into consideration but for now it cannt be changed.
thanks