I’ve been using Unbounce for a few years and one thing has always bugged me. Why does CSS have to be inline?
I have 34 tags on my page. Why can’t I declare common tag styles once?
p {
color: #66666; }
I could use the embed stylesheets feature, but it doesn’t load in the editor. Any styles there are invisible when editing, which is a deal breaker.