From 03128c65ffe4578abf403f8b484fe400057b38fb Mon Sep 17 00:00:00 2001 From: Savant Date: Fri, 14 Mar 2025 03:06:57 -0400 Subject: [PATCH] Added package css (#2999) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index aecb57c..76c9fe0 100644 --- a/packages.json +++ b/packages.json @@ -34756,5 +34756,19 @@ "description": "DbC library for Nim providing precondition and postcondition assertions", "license": "MIT", "web": "https://github.com/alexekdahl/assert" + }, + { + "name": "css", + "url": "https://github.com/thing-king/css", + "method": "git", + "tags": [ + "css", + "parser", + "validaator", + "validation" + ], + "description": "CSS parser and validator", + "license": "MIT", + "web": "https://github.com/thing-king/css" } ]