Why does my base.css file look weird shrine pro theme?

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 :slight_smile:

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!).

Sweet! I found it thank you. Apparently shrine theme had inspecting disabled so I wasnt able to get this far with dev tools. Cant figure out why my base.css is practically empty compared to what you shown in your screenshot.

figured it out with your red arrows. Thanks for the help!