diff --git a/.npmignore b/.npmignore index 53db093b..d224aa8d 100644 --- a/.npmignore +++ b/.npmignore @@ -18,4 +18,5 @@ /Writerside /validator /sw.js -/jsr.json \ No newline at end of file +/jsr.json +/.editorconfig \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f36a4f4..d7c4e9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## V1.2.0 + +- [x] convert color to any supported color space #94 +- [x] dead code removal #93 +- [x] validation syntax update #92 + ## v1.1.1 - [x] fix bug when css nesting is disabled #89 diff --git a/README.md b/README.md index f9418b26..03b2a3dd 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ $ deno add @tbela99/css-parser relative color - generate nested css rules - convert nested css rules to legacy syntax +- convert colors to any supported color format - generate sourcemap - compute css shorthands. see supported properties list below -- css transform functions minification +- minify css transform functions - evaluate math functions: calc(), clamp(), min(), max(), etc. - inline css variables - remove duplicate properties @@ -96,7 +97,7 @@ Javascript module from cdn