I was seeing a computed rule on my page
sqs-layout:not(.editing) .sqs-row + .sqs-row, .sqs-layout:not(.editing) .sqs-row + .sqs-block { margin-top: 34px; }
However, our stylesheet doesn't specificity anything for this selector. sqs-layout:not(.editing). Is there some style sheet merging with square space defined styles , going on similar to how asset pipeline in Ruby on Rails emerges a single application.css file from multiple style sheets.
Thanks to anyone who knows more about this.