diff options
Diffstat (limited to 'python/tinycss/README')
-rw-r--r-- | python/tinycss/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tinycss/README b/python/tinycss/README new file mode 100644 index 0000000000000..2b498ce557881 --- /dev/null +++ b/python/tinycss/README @@ -0,0 +1,8 @@ +tinycss is a complete yet simple CSS parser for Python. It supports the +full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: + + CSS Color 3 + CSS Fonts 3 + CSS Paged Media 3 + +Optional dependency: python3 |