templates/project/styles.sass in compass-less-plugin-0.3.1 vs templates/project/styles.sass in compass-less-plugin-0.7

- old
+ new

@@ -1,68 +1,28 @@ /* Less Framework 3 * by Joni Korpi * http://lessframework.com */ +@import partials/base @import lessframework/reset -@import lessframework/grid -@import lessframework/text +@import lessframework/text/15 h1 - @include huge-font + @include huge h2 - @include large-font + @include large h3 - @include big-font + @include big -::selection - background: rgb(255,255,0) -::-moz-selection - background: rgb(255,255,0) - -img::selection - background: transparent - -img::-moz-selection - background: transparent - - -/* Default 8-column layout - For tablets at 768 px, netbooks, and old browsers. */ - body - @include grid(8) - @include font-stack - @include normal-font background: rgb(232,232,232) -webkit-tap-highlight-color: rgb(255,255,0) -/* 13-column layout - For laptops, desktops, and hdtvs at 1280 px and beyond. */ - -@media only screen and (min-width: 1212px) - - body - @include grid(13) - - -/* 5-column layout - For 480 px mobiles, narrow browsers, and landscape iPhones. */ - -@media only screen and (max-width: 767px) and (min-width: 480px) - - body - @include grid(5) - @include mobile-safari - - -/* 3-column layout - For all iPhones, iPod Touches, and other 320 px mobiles. */ - -@media only screen and (max-width: 479px) - - body - @include grid(3) - @include mobile-safari +@import partials/8 +@import partials/13 +@import partials/5 +@import partials/3 +@import partials/iphone4