summaryrefslogtreecommitdiffstats
path: root/perl/perl-CSS/README
diff options
context:
space:
mode:
author Nikos Giotis2018-02-11 01:07:47 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:51 +0100
commit728443068b25b2f6e5592f6cfff0c3ea62bfdc30 (patch)
tree456558d31fa0042482effd77b7dbcbe54d2c1ad8 /perl/perl-CSS/README
parente1d761fcc6943e1a3f216fce60a9fc3b22951aa6 (diff)
downloadslackbuilds-728443068b25b2f6e5592f6cfff0c3ea62bfdc30.tar.gz
perl/perl-CSS: Added (Object oriented Cascading Style Sheets).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-CSS/README')
-rw-r--r--perl/perl-CSS/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-CSS/README b/perl/perl-CSS/README
new file mode 100644
index 0000000000..a351dd5837
--- /dev/null
+++ b/perl/perl-CSS/README
@@ -0,0 +1,6 @@
+perl-CSS
+
+This module can be used, along with a CSS::Parse::* module, to parse
+CSS data and represent it as a tree of objects. Using a
+CSS::Adaptor::* module, the CSS data tree can then be transformed
+into other formats.