Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 961 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 961 Bytes

Magento Modern theme to SCSS conversion

Converting the default theme in magento, 'modern', into SCSS.

The main objective is to factor this down into variables and mixins that will in the future allow us to rapidly create magento themes, from colour variations of the modern theme to standalone themes.

The magento modern theme has been chosen as it gives us a lot more CSS to play with and should help pro

Reference

Sass

Sass Documentation - http://sass-lang.com/documentation/file.SASS_REFERENCE.html Compass Documentation - http://compass-style.org/reference/compass/ How to Structure a Sass Project - http://thesassway.com/beginner/how-to-structure-a-sass-project

Grunt

Getting started - http://gruntjs.com/getting-started