From cbeab695bc451705ae174a013028c7d140faf5ad Mon Sep 17 00:00:00 2001 From: Shadi Abu Hilal Date: Tue, 24 Oct 2023 00:46:48 -0700 Subject: [PATCH] feat: fix semantic release --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dbfd6dd..a235f5a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ SPRITIFY is a node.js package to create [image sprite(s)][image-sprite] from ima
- ## Features: - Create image sprite(s), and search for `background`, `background-image` css properties in the css file, and update the value with the new sprite image url and dimension by adding/overwrite css properties like `background-size`, `background-position`, `width` ...etc.