{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\nObject.defineProperty(exports, \"default\", {\n  enumerable: true,\n  get: function () {\n    return _default;\n  }\n});\nfunction isRoot(node) {\n  return node.type === \"root\";\n}\nfunction isAtLayer(node) {\n  return node.type === \"atrule\" && node.name === \"layer\";\n}\nfunction _default(_context) {\n  return (root, result) => {\n    let found = false;\n    root.walkAtRules(\"tailwind\", node => {\n      if (found) return false;\n      if (node.parent && !(isRoot(node.parent) || isAtLayer(node.parent))) {\n        found = true;\n        node.warn(result, [\"Nested @tailwind rules were detected, but are not supported.\", \"Consider using a prefix to scope Tailwind's classes: https://tailwindcss.com/docs/configuration#prefix\", \"Alternatively, use the important selector strategy: https://tailwindcss.com/docs/configuration#selector-strategy\"].join(\"\\n\"));\n        return false;\n      }\n    });\n    root.walkRules(rule => {\n      if (found) return false;\n      rule.walkRules(nestedRule => {\n        found = true;\n        nestedRule.warn(result, [\"Nested CSS was detected, but CSS nesting has not been configured correctly.\", \"Please enable a CSS nesting plugin *before* Tailwind in your configuration.\", \"See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting\"].join(\"\\n\"));\n        return false;\n      });\n    });\n  };\n}","map":{"version":3,"names":["Object","defineProperty","exports","value","enumerable","get","_default","isRoot","node","type","isAtLayer","name","_context","root","result","found","walkAtRules","parent","warn","join","walkRules","rule","nestedRule"],"sources":["C:/Users/user/Desktop/000newport/node_modules/tailwindcss/lib/lib/detectNesting.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n    value: true\n});\nObject.defineProperty(exports, \"default\", {\n    enumerable: true,\n    get: function() {\n        return _default;\n    }\n});\nfunction isRoot(node) {\n    return node.type === \"root\";\n}\nfunction isAtLayer(node) {\n    return node.type === \"atrule\" && node.name === \"layer\";\n}\nfunction _default(_context) {\n    return (root, result)=>{\n        let found = false;\n        root.walkAtRules(\"tailwind\", (node)=>{\n            if (found) return false;\n            if (node.parent && !(isRoot(node.parent) || isAtLayer(node.parent))) {\n                found = true;\n                node.warn(result, [\n                    \"Nested @tailwind rules were detected, but are not supported.\",\n                    \"Consider using a prefix to scope Tailwind's classes: https://tailwindcss.com/docs/configuration#prefix\",\n                    \"Alternatively, use the important selector strategy: https://tailwindcss.com/docs/configuration#selector-strategy\"\n                ].join(\"\\n\"));\n                return false;\n            }\n        });\n        root.walkRules((rule)=>{\n            if (found) return false;\n            rule.walkRules((nestedRule)=>{\n                found = true;\n                nestedRule.warn(result, [\n                    \"Nested CSS was detected, but CSS nesting has not been configured correctly.\",\n                    \"Please enable a CSS nesting plugin *before* Tailwind in your configuration.\",\n                    \"See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting\"\n                ].join(\"\\n\"));\n                return false;\n            });\n        });\n    };\n}\n"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EACzCC,KAAK,EAAE;AACX,CAAC,CAAC;AACFH,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,SAAS,EAAE;EACtCE,UAAU,EAAE,IAAI;EAChBC,GAAG,EAAE,SAAAA,CAAA,EAAW;IACZ,OAAOC,QAAQ;EACnB;AACJ,CAAC,CAAC;AACF,SAASC,MAAMA,CAACC,IAAI,EAAE;EAClB,OAAOA,IAAI,CAACC,IAAI,KAAK,MAAM;AAC/B;AACA,SAASC,SAASA,CAACF,IAAI,EAAE;EACrB,OAAOA,IAAI,CAACC,IAAI,KAAK,QAAQ,IAAID,IAAI,CAACG,IAAI,KAAK,OAAO;AAC1D;AACA,SAASL,QAAQA,CAACM,QAAQ,EAAE;EACxB,OAAO,CAACC,IAAI,EAAEC,MAAM,KAAG;IACnB,IAAIC,KAAK,GAAG,KAAK;IACjBF,IAAI,CAACG,WAAW,CAAC,UAAU,EAAGR,IAAI,IAAG;MACjC,IAAIO,KAAK,EAAE,OAAO,KAAK;MACvB,IAAIP,IAAI,CAACS,MAAM,IAAI,EAAEV,MAAM,CAACC,IAAI,CAACS,MAAM,CAAC,IAAIP,SAAS,CAACF,IAAI,CAACS,MAAM,CAAC,CAAC,EAAE;QACjEF,KAAK,GAAG,IAAI;QACZP,IAAI,CAACU,IAAI,CAACJ,MAAM,EAAE,CACd,8DAA8D,EAC9D,wGAAwG,EACxG,kHAAkH,CACrH,CAACK,IAAI,CAAC,IAAI,CAAC,CAAC;QACb,OAAO,KAAK;MAChB;IACJ,CAAC,CAAC;IACFN,IAAI,CAACO,SAAS,CAAEC,IAAI,IAAG;MACnB,IAAIN,KAAK,EAAE,OAAO,KAAK;MACvBM,IAAI,CAACD,SAAS,CAAEE,UAAU,IAAG;QACzBP,KAAK,GAAG,IAAI;QACZO,UAAU,CAACJ,IAAI,CAACJ,MAAM,EAAE,CACpB,6EAA6E,EAC7E,6EAA6E,EAC7E,6EAA6E,CAChF,CAACK,IAAI,CAAC,IAAI,CAAC,CAAC;QACb,OAAO,KAAK;MAChB,CAAC,CAAC;IACN,CAAC,CAAC;EACN,CAAC;AACL"},"metadata":{},"sourceType":"script","externalDependencies":[]}