%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/inset.js

"use strict";

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

function _default() {
  return function ({
    matchUtilities,
    theme,
    variants
  }) {
    let options = {
      values: theme('inset'),
      variants: variants('inset'),
      type: 'any'
    };
    matchUtilities({
      inset: value => {
        return {
          top: value,
          right: value,
          bottom: value,
          left: value
        };
      }
    }, options);
    matchUtilities({
      'inset-x': value => {
        return {
          left: value,
          right: value
        };
      },
      'inset-y': value => {
        return {
          top: value,
          bottom: value
        };
      }
    }, options);
    matchUtilities({
      top: value => {
        return {
          top: value
        };
      },
      right: value => {
        return {
          right: value
        };
      },
      bottom: value => {
        return {
          bottom: value
        };
      },
      left: value => {
        return {
          left: value
        };
      }
    }, options);
  };
}

Zerion Mini Shell 1.0