%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/lib/plugins/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/lib/plugins/placeholderOpacity.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = _default;

function _default() {
  return function ({
    matchUtilities,
    theme,
    variants
  }) {
    matchUtilities({
      'placeholder-opacity': value => {
        return {
          ['&::placeholder']: {
            '--tw-placeholder-opacity': value
          }
        };
      }
    }, {
      values: theme('placeholderOpacity'),
      variants: variants('placeholderOpacity'),
      type: 'any'
    });
  };
}

Zerion Mini Shell 1.0