xfiveco / generator-chisel

Chisel is a development framework for creating easy to maintain and fast WordPress websites.
https://www.getchisel.co
MIT License
270 stars 37 forks source link

Use ::before, ::after the right way #508

Open marcinkrzeminski opened 2 years ago

marcinkrzeminski commented 2 years ago

Minor thing, but still ;).

src/styles/elements/_blockquote.scss
src/styles/generic/_box-sizing.scss
src/styles/tools/_clearfix.scss

We're using :before instead of ::before. Same goes for after.