I have used dawn theme for the longest time but recently switched to shrine pro. I am trying to custom code a couple of features and sections but my base.css looks like this
Any help is greatly appreciated
It’s minified to save bandwidth and improve speed.
And also to deter people like you ![]()
There is a bunch of online resources to “pretty print” this kind of code – make them human readable. Like CSS Formatter, CSS Beautifier and CSS Minifier Online tool
You can also use Browser Developer tools to do it and then copy / paste back into editor (Do it in a theme copy!).
figured it out with your red arrows. Thanks for the help!