CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
489 stars 53 forks source link

LESS Mixins do not work #204

Open joeyemery opened 10 years ago

joeyemery commented 10 years ago

When using LESS I have a seperated mixins.css.less file which contains all my mixins, upon compilation none of these mixins work. Am I doing something wrong or does anybody else have this issue?

Ikstar commented 9 years ago

The asset pipeline treats separate files separately. So the file using mixins will never see the mixins if they're in separate files.

The answer also addresses #194.