omgovich · GitHub

Build Status npm

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

Readme

MIT license

Activity

Stars

11 stars

Watchers

2 watching

Forks

0 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗