You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generated by isso/css/neat/grid/_grid.scss because isso/css/neat/settings/_grid.scss contains $border-box-sizing: true !default;. Isso should not ship global rules that affect all elements in a page, like the * selector does.
Other CSS rules set by Isso that aren't necessarily a good idea are:
a {
text-decoration: none;
}
and everything not prefixed with "isso", such as .parent-highlight and .postbox.
The text was updated successfully, but these errors were encountered:
I renamed .postbox to .isso-postbox just like .isso-comment. All other classes remain as I see no point to prefix them with .isso. Isso should integrate with the page and does not bring it's own style.
Including the Isso embed.min.js loads the Isso CSS which might change the layout of the site. Especially hazardous are the lines
generated by isso/css/neat/grid/_grid.scss because isso/css/neat/settings/_grid.scss contains
$border-box-sizing: true !default;
. Isso should not ship global rules that affect all elements in a page, like the*
selector does.Other CSS rules set by Isso that aren't necessarily a good idea are:
and everything not prefixed with "isso", such as
.parent-highlight
and.postbox
.The text was updated successfully, but these errors were encountered: