From 7c518ea3fbf3c549ebed252c529e59b0478c59dd Mon Sep 17 00:00:00 2001 From: Samuel Breznjak Date: Fri, 24 Jan 2025 12:48:14 +0100 Subject: added postcss-pxtorem plugin --- pnpm-lock.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pnpm-lock.yaml') diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b34f8b..f439ebf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: postcss-cli: specifier: ^11.0.0 version: 11.0.0(postcss@8.5.1) + postcss-pxtorem: + specifier: ^6.1.0 + version: 6.1.0(postcss@8.5.1) devDependencies: vite: specifier: ^6.0.5 @@ -537,6 +540,11 @@ packages: tsx: optional: true + postcss-pxtorem@6.1.0: + resolution: {integrity: sha512-ROODSNci9ADal3zUcPHOF/K83TiCgNSPXQFSbwyPHNV8ioHIE4SaC+FPOufd8jsr5jV2uIz29v1Uqy1c4ov42g==} + peerDependencies: + postcss: ^8.0.0 + postcss-reporter@7.1.0: resolution: {integrity: sha512-/eoEylGWyy6/DOiMP5lmFRdmDKThqgn7D6hP2dXKJI/0rJSO1ADFNngZfDzxL0YAxFvws+Rtpuji1YIHj4mySA==} engines: {node: '>=10'} @@ -1100,6 +1108,10 @@ snapshots: optionalDependencies: postcss: 8.5.1 + postcss-pxtorem@6.1.0(postcss@8.5.1): + dependencies: + postcss: 8.5.1 + postcss-reporter@7.1.0(postcss@8.5.1): dependencies: picocolors: 1.1.1 -- cgit v1.2.3