Igosuki / compass-mixins

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

import functions.scss in files that use compact() function #55

Closed mike-tuxedo closed 3 years ago

mike-tuxedo commented 9 years ago

compact function (added in 8d93bef3e9) is used by some files that do not import _lists.scss, where compact() is implemented. To get compact() work in these files import the function.scss.

Fixes compatibility with libsass > 3.0.1 (where compact was removed) without having to manually import compass/functions/lists.

saschagehlich commented 9 years ago

+1

nsams commented 8 years ago

please

ellioseven commented 8 years ago

+1

jmwohl commented 8 years ago

+1

Igosuki commented 3 years ago

Fix merged