anthonyshort / csscaffold

CSS compiler that allows easy extensions to the CSS language through modules. Includes nested selectors, constants, mixins and more.

This URL has Read+Write access

anthonyshort (author)
Sat Nov 07 20:06:35 -0800 2009
commit  891564a22d3c220304e0392bbed19031c331bd69
tree    eaa30b990221689e885da829513195ac5098722c
parent  ec3e916bfb8a1a0bd8a5783c4ee09a24756bf2ed
name age message
file .gitignore Wed Sep 30 05:31:11 -0700 2009 Cleaned up the ignore. Ignores config.php [Anthony Short]
file README.markdown Thu Oct 15 06:51:30 -0700 2009 Updated the readme. [Anthony Short]
file config-example.php Thu Oct 15 14:27:13 -0700 2009 Updated the config and added FirePHP enabled to... [Anthony Short]
file css.htaccess Fri Oct 09 16:05:38 -0700 2009 Wrapped mod_expires in conditional statement. C... [Anthony Short]
directory framework/ Sat Oct 31 16:34:15 -0700 2009 Updated the typography.css [anthonyshort]
file index.php Loading commit data...
directory system/
README.markdown

CSScaffold

A dynamic CSS framework inspired by Shaun Inman's CSS Cacheer. It's aimed at experienced CSS developers - it gives you the tools to create great CSS easily. It abstracts some repetitive and annoying flaws of the language to make it easier to create and maintain, all while giving you the benefits of caching.

  • Constants
  • SASS-style mixins
  • Compressed, Cached and Gzipped on-the-fly
  • Nested Selectors
  • Perform PHP operations
  • Image replace text by just linking to the image file
  • Plus easily add your own functionality using the plugin system

What you need

  • PHP5+
  • modrewrite enabled in Apache (optional)

Installation & Documentation

See http://anthonyshort.com.au/scaffold/docs/ for documentation.

Having trouble?

Make sure you read the documentation on the wiki. If you find a bug, put it in the issues section on Github. If you're still having trouble, feel free to contact me at csscaffold@me.com.

License

Copyright (c) 2009, Anthony Short csscaffold@me.com http://github.com/anthonyshort/csscaffold All rights reserved.

This software is released under the terms of the New BSD License. http://www.opensource.org/licenses/bsd-license.php