From 77530f055ca596d16a7198d9ef1d438319f6127a Mon Sep 17 00:00:00 2001 From: Victor Parpoil Date: Sat, 15 Feb 2025 09:50:33 +0100 Subject: [PATCH] fix: add a not relative to compatibility with Meteor 2 only --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index be1c374..9580cd3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # PostCSS Plugin For Meteor +## Compatibility + +**This package is only compatible with Meteor 2**. +Meteor 3 can use `postcss` using the `standard-minifier-css` package + +## Presentation + Meteor CSS Minifier with [PostCSS](https://github.com/postcss/postcss) processing. This package allows you to use PostCSS plugins with **.css files**. You can add your custom plugins by adding Npm packages using `package.json`. You can also use your favourite preprocessor side by side with this package. It allows you to enable many PostCSS plugins, for example **Autoprefixer** for all preprocessors you use. (Of course you can use it whithout any preprocessor too).