Skip to content

pasim/wundertheme

Repository files navigation

wundertheme

Wundertheme is a Sass based Drupal starter theme that embodies the Wunderkraut Belgium frontend workflow.

Requirements

To properly work with wundertheme you need:

  • ruby (if you have osx, this is already installed),

Ruby 1.9.1 is recommended for best support of gems, 1.9.3 is the latest stable release. A good version manager for ruby is RVM. It will save you alot of headaches.

Following ruby gems:

  • sass: gem install sass

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

  • compass: gem install compass

Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.

  • toolkit: gem install toolkit

Toolkit for Progressive Enhancement and Responsive Web Design

  • susy: gem install susy

Responsive grids for Compass.

  • respond-to: gem install respond-to

You've always wanted a nice, natural language way to name and remember your breakpoints, and now you can have it! Introducing Respond-to, a compass extension giving you the power of a Variable Driven respond-to mixin for you to use in your projects now!

Releases

No releases published

Packages

No packages published