postcss-ng-tailwind-darkmode
0.0.3 • Public • Published
PostCSS Angular tailwind darkmode
[PostCSS] plugin to force work angular emulated encapsulation with tailwind darkmode based on class.
.dark .test {
color: red;
}
transforms to:
.dark .test, :host-context(.dark) .test {
color: red;
}
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.0.3 | 3 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.0.3 | 3 | |
0.0.2 | 0 | |
0.0.1 | 0 | |
Package Sidebar
Install
npm i postcss-ng-tailwind-darkmode
Weekly Downloads