Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
PostCSS plugin inserts an empty content block into your :before and :after pseudo elements if it is missing.
Shout-out to omgovich with his postcss plugin, for inspiration and guidance.
.foo:after { content: ''; display: block; } .foo:before { display: inline-block; }
.foo:after { content: ''; display: block; } .foo:before { display: inline-block; content: ''; }
Usage
postcss([ require('postcss-pseudo-content-insert') ])
See PostCSS docs for examples for your environment.
About
plugin inserts an empty content block into your :before and :after pseudo elements if it is missing
Resources
Stars
14 stars
Watchers
2 watching