Skip to content
#

purecss

Here are 143 public repositories matching this topic...

jkjustjoshing
jkjustjoshing commented Oct 23, 2018

I'm trying to use icono-chain with a Bootstrap-style CSS reset. One part of this is:

* {
    box-sizing: border-box;
}

However, it seems that icono assumes the box sizing on the :before and :after elements will be content-box (browser default). Since setting the box-sizing of every element to border-box is fairly common, content-box should explicitly be set on `[class*

Improve this page

Add a description, image, and links to the purecss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the purecss topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.