I wanted to get input on the best way to customize a self-hosted map tour. The application includes a minified stylesheet. I've added a custom stylesheet that relies on the use of !important to override the default stylesheet.
I am well aware this is a bad practice. However, whenever I've copied the minified code into a un-minifyer, there is no semi-colon after the last property setting.
I don't want to manually add-in all those semi-colons just so I can use the standard stylesheet and avoid the !important trick.
Any suggestions on how to accomplish this? I am using Komodo Edit as my text editor.
Thanks,
Patrick