Thread Starter
Scroot
(@scroot)
Fixed.
The problem was that all @import statements must come before any other CSS in the stylesheet. In my case, I had the reset not as an import, but as a built-in section (after which I was trying my imports).
Thread Starter
Scroot
(@scroot)
Try:
jQuery().ready(function($) {
at the beginning instead.
Thread Starter
Scroot
(@scroot)
I fixed this by changing the $ to jQuery in the two outer-most functions of the coda-slider plugin, though there has to be some better way to do this.