source: frontend/node_modules/tailwindcss/lib/postcss-plugins/nesting/index.js@ 9af201e

Last change on this file since 9af201e was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 488 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", {
3 value: true
4});
5Object.defineProperty(exports, "default", {
6 enumerable: true,
7 get: function() {
8 return _default;
9 }
10});
11const _plugin = require("./plugin");
12const _default = Object.assign(function(opts) {
13 return {
14 postcssPlugin: "tailwindcss/nesting",
15 Once (root, { result }) {
16 return (0, _plugin.nesting)(opts)(root, result);
17 }
18 };
19}, {
20 postcss: true
21});
Note: See TracBrowser for help on using the repository browser.