rework-plugin-prefix-selectors

1.0.1 • Public • Published

rework-plugin-prefix-selectors

Build Status

.prefixSelectors(string)

Prefix selectors with the given string.

h1 {
  font-weight: bold;
}
 
a {
  text-decoration: none;
  color: #ddd;
}

yields:

#dialog h1 {
  font-weight: bold;
}
 
#dialog a {
  text-decoration: none;
  color: #ddd;
}

/rework-plugin-prefix-selectors/

    Package Sidebar

    Install

    npm i rework-plugin-prefix-selectors

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • bclinkinbeard
    • slexaxton
    • necolas
    • conradz
    • jongleberry