aboutsummaryrefslogtreecommitdiff
path: root/python/tinycss2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2021-01-02 10:19:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-02 10:48:19 +0700
commitc82d7a36b7b8ff4c8d4855c40354925070cb012e (patch)
tree6dbe089f901aa605fd01909d295e909b78268862 /python/tinycss2/README
parente806cf68765f5e82e527c40e152f120f7a96b698 (diff)
python/tinycss2: Added (low-level CSS parser and generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tinycss2/README')
-rw-r--r--python/tinycss2/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tinycss2/README b/python/tinycss2/README
new file mode 100644
index 0000000000..34fd8d5665
--- /dev/null
+++ b/python/tinycss2/README
@@ -0,0 +1,3 @@
+All the web developers know the CSS format, but do they really know all the
+subtleties of its syntax? tinycss2 provides a CSS parser that is able to
+extract everything you want from stylesheets.