Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

jtzero/postcss-host

Repository files navigation

PostCSS HostContext Codeship Status for postcss-host-context

PostCSS plugin to add :host-context selector to every selector.

Purpose? work around for this angular/angular#7108

[ci-prj] https://codeship.com/projects/154703

:host-context h3 {
    outline: 0;
}
.button:hover {
    background: red;
}
:host-context h3 {
    outline: 0;
}
:host-context .button:hover {
    background: red;
}

Usage

postcss([ require('postcss-host-context') ])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published