From a9d5f68c02142e3cc114183e73737eaf89d4ee49 Mon Sep 17 00:00:00 2001 From: Robbie Date: Thu, 25 Jan 2024 09:56:36 -0700 Subject: [PATCH] fix: remove dependency on lodash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0187f..c660a69 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ![screenshot](https://i.imgur.com/YVrqG6P.png) -This plugin checks if the CSS you're using is supported by the browsers you're targeting. It uses [doiuse](https://github.com/anandthakker/doiuse) to detect browser support. Doiuse itself checks your code against the [caniuse](http://caniuse.com/) database and uses [browserslist](https://github.com/ai/browserslist) to get the list of browsers you want to support. Doiuse and this plugin are only compatible with standard css syntax, so syntaxes like `scss`, `less` and others aren't supported. +This plugin checks if the CSS you're using is supported by the browsers you're targeting. It uses [doiuse](https://github.com/anandthakker/doiuse) to detect browser support. Doiuse itself checks your code against the [caniuse](http://caniuse.com/) database and uses [browserslist](https://github.com/ai/browserslist) to get the list of browsers you want to support. Doiuse and this plugin are only compatible with standard css syntax, so syntaxes like `scss`, `less` and others aren't supported ## Installation