amaranter · GitHub

PostCSS plugin for selector prefixer.

.foo {
  /* Input example */
  color: red;
}
.myPrefix_foo {
  /* Output example */
  color: red;
}

Demo

Gif Demo

Usage

postcss([ require('postcss-selector-prefixer')({ prefix: 'myPrefix_' }) ])

See PostCSS docs for examples for your environment.

About

[PostCSS] plugin for selector prefixer.

Topics

Resources

Readme

MIT license

Activity

Stars

3 stars

Watchers

2 watching

Forks

1 fork

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗