Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
PostCSS plugin adds content: '' to :before and :after pseudo-elements.
.foo:before-c { display: block; width: 10px; height: 10px; } .bar .baz:after-c { }
.foo:before { display: block; width: 10px; height: 10px; content: ''; } .bar .baz:after { content: ''; }
Usage
postcss([ require('postcss-pseudo-elements-content') ])
See PostCSS docs for examples for your environment.
About
PostCSS plugin adds an empty content property to :before and :after pseudo-elements.
Resources
Stars
11 stars
Watchers
2 watching