Search results for "module:CSS"
CSS - Object oriented access to Cascading Style Sheets (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....
IAMCAL/CSS-1.09 - 22 Mar 2011 23:04:52 UTC
CSS::DOM - Document Object Model for Cascading Style Sheets
This set of modules provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. This set of modules has two modes: 1 It can validate property valu...
SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC
Set::CSS - set of CSS classes
Inheriting from Set::Object this class provides methods for emitting HTML. If $args{on_empty} is not true and the set is empty, then no output shall be emitted....
SHLOMIF/Set-CSS-0.2.0 - 14 Dec 2021 12:57:42 UTC
CSS::SAC - SAC CSS parser
SAC (Simple API for CSS) is an event-based API much like SAX for XML. If you are familiar with the latter, you should have little trouble getting used to SAC. More information on SAC can be found online at http://www.w3.org/TR/SAC. CSS having more co...
BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC
CSS::Sass
CSS::Sass provides a perl interface to libsass, a fairly complete Sass compiler written in C++. It is currently around ruby sass 3.3/3.4 feature parity and heading towards full 3.4 compatibility. It can compile .scss and .sass files....
OCBNET/CSS-Sass-3.6.4 - 21 May 2021 01:49:02 UTC
Test::CSS - Interface to test CSS string and file.
The one and only feature of the package is to validate the CSS (string / file) structurally. Additionally it checks if the property name is a valid as per the CSS specifications....
MANWAR/Test-CSS-0.09 - 08 Oct 2022 03:05:49 UTC
CSS::LESS - Compile LESS stylesheet files (.less) using lessc
MUGIFLY/CSS-LESS-v0.0.3
-
20 Sep 2013 07:30:45 UTC
CSS::Tiny - Read/Write .css files with as little code as possible
"CSS::Tiny" is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial t...
CHORNY/CSS-Tiny-1.20 - 10 Mar 2016 19:09:37 UTC
CSS::Value - A property value in a CSS object tree
This module represents a property value in a CSS object tree. Read the CSS.pm pod for information about the CSS object tree....
IAMCAL/CSS-1.09 - 22 Mar 2011 23:04:52 UTC
CSS::Parse - Template class for CSS parser modules
This module should not be used directly. Instead, use the CSS::Parse::* modules....
IAMCAL/CSS-1.09 - 22 Mar 2011 23:04:52 UTC
CSS::Croco - Quick CSS parser
This module is an interface to libcroco, providing CSS parser with CSS Object Model. This is early release, some functionality was not completed. Especially - CSS SAX Parser....
GUGU/CSS-Croco-0.09 - 26 Dec 2009 15:48:58 UTC
CSS::LESSp - LESS for perl. Parse .less files and returns valid css (lesscss.org for more info about less files)
This module is designed to parse and compile .less files in to .css files. About the documentation and syntax of less files please visit lesscss.org...
DRINCHEV/CSS-LESSp-0.86 - 08 Mar 2011 13:31:34 UTC
CSS::Janus - Converts a left-to-right Cascading Style Sheet (CSS) into a right-to-left one
As Janus have two faces, horizontal texts can run in two directions: left to right and right to left. CSS::Janus replaces "left" directed things in a Cascading Style Sheet (CSS) file such as float, padding, margin with "right" directed values, and vi...
NEZUMI/CSS-Flip-0.04 - 23 Feb 2013 01:48:32 UTC
CSS::Style - A ruleset in a CSS object tree
This module represents a ruleset in a CSS object tree. Read the CSS.pm pod for information about the CSS object tree....
IAMCAL/CSS-1.09 - 22 Mar 2011 23:04:52 UTC
CSS::Struct - Struct oriented CSS manipulation.
This class is for description of CSS::Struct concept. There is specification of structure. Concrete implementations are in CSS::Struct::Output::Raw and CSS::Struct::Output::Indent. Abstract class for other implementations is in CSS::Struct::Output....
SKIM/CSS-Struct-0.05 - 20 Jun 2021 12:25:24 UTC
CSS::Squish - Compact many CSS files into one big file
This module takes a list of CSS files and concatenates them, making sure to honor any valid @import statements included in the files. The benefit of this is that you get to keep your CSS as individual files, but can serve it to users in one big file,...
TSIBLEY/CSS-Squish-0.10 - 05 Nov 2010 19:35:37 UTC
CSS::Object - CSS Object Oriented
CSS::Object is a object oriented CSS parser and manipulation interface....
JDEGUEST/CSS-Object-v0.1.5 - 02 Dec 2021 03:49:03 UTC
CSS::Packer - Another CSS minifier
A fast pure Perl CSS minifier....
LEEJO/CSS-Packer-2.08 - 02 Mar 2021 10:49:57 UTC