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;
}

/postcss-ng-tailwind-darkmode/

    Package Sidebar

    Install

    npm i postcss-ng-tailwind-darkmode

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    2.01 kB

    Total Files

    4

    Last publish

    Collaborators

    • vl.tansky