Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Added the latest scss files from compass repo #19

Closed dodozhang21 closed 9 years ago

dodozhang21 commented 9 years ago

Hi I just ported over the entire https://github.com/Compass/compass/tree/stable/core/stylesheets/compass folder. Not sure what's the best way to test. I will let you take a look. Thanks

michaek commented 9 years ago

Running the tests is a good start:

npm install
npm test

Some changes were necessary to support things that are supported in Ruby Sass but not libsass. For instance, the not operator must be written like a function in libsass: not().

Igosuki commented 9 years ago

Hey guys, sorry I didn't come earlier, been busy at my job. This is a huge merge so it'll need an indepth look, notably to make sure it doesn't conflict with the polyfills we've implemented so far.

Igosuki commented 9 years ago

Hello dodo, unfortunately, simply moving the files is not enough without taking into account all the changes that we've made.

I'm currently merging the newer 1.0.2 release. It's using new functions which are based on JSON data, it's actually possible to migrate all of that json to SASS maps and rewrite those functions from ruby to sass but it's a lot of work so I'll put up a simple release in the meantime.

Igosuki commented 9 years ago

Issue #45 is where it's at