Joined December 2012
·

Nahim Nasser

VP Engineering at BNOTIONS
·
Toronto Ontario
·
·
·

Good catch on the nomenclature ---

A recursive removal will clear up any .pyc files in subdirectories.

great work

Posted to Sublime Text Prefixr over 1 year ago

Sorry --- just to be more clear:
@include is way to use a mixin inside a selector. What I was referring to was Compass's CSS3 mixins. Compass provides some commonly used mixins for you to use, such as pre-defined vendor prefixes on common elements like border-radius, background, etc.

For more info on mixins in sass, take a look here: http://sass-lang.com/tutorial.html

And for more info on compass's mixins, take a look here:
http://compass-style.org/reference/compass/css3/

Hopefully I didn't cause too much confusion.

Cheers

Posted to Sublime Text Prefixr over 1 year ago

Nice plugin --- you should also take a look at using scss with compass's css3 mixins. You can achieve the same result by using something like "@include background-image(linear-gradient(white, #ebebeb));" and it will compile with all of the vendor specific properties

Achievements
106 Karma
11,252 Total ProTip Views