Should explicitly set border-box: content-box
for :before/:after, if needed
#52
Labels
border-box: content-box
for :before/:after, if needed
#52
I'm trying to use
icono-chain
with a Bootstrap-style CSS reset. One part of this is:However, it seems that icono assumes the box sizing on the
:before
and:after
elements will becontent-box
(browser default). Since setting the box-sizing of every element toborder-box
is fairly common,content-box
should explicitly be set on[class*="icono-"]:before, [class*="icono-"]:after
.The text was updated successfully, but these errors were encountered: