https://github.com/norm/css-prepare
Preprocessor for CSS, including verification, calculation and minification
https://github.com/norm/css-prepare
Last synced: about 1 year ago
JSON representation
Preprocessor for CSS, including verification, calculation and minification
- Host: GitHub
- URL: https://github.com/norm/css-prepare
- Owner: norm
- License: bsd-3-clause
- Created: 2010-03-06T14:26:26.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-06-02T12:17:37.000Z (about 15 years ago)
- Last Synced: 2025-03-23T20:11:37.347Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 417 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
CSS Prepare
===========
A "work in progress" (ie. not yet ready for prime-time) minifier/preprocessor
for CSS:
* parses CSS from multiple files, including a limited form of inheritence
to enable base stylesheets to be used intelligently
* can emit warnings when encountering invalid CSS
* accepts "colour" and "background-colour" properties for people that
habitually spell correctly
* optimises output CSS files by omitting unnecessary source elements such
as comments, non-significant whitespace and redundant rules
* useful preprocessing features, such as
* different block-level and line-level comment styles
* reusable definitions
* automatic expansion of commonly replicated CSS rules
(eg. border-radius, -moz-border-radius, -webkit-border-radius)