Re: [Radiant] Using Sass mixins with Radiant managed Sass-filtered CSS files

2010-08-11 Thread Wes Gamble
The spanner fork of radiant-sns-sass-filter-extension was helpful so that I could tell Radiant where to look for my _mixins.sass file. Also, I learned that you can't mix and match the SCSS/Sass syntax in one file of a certain type (SCSS or Sass). I was trying to use @mixin/@include in a Sas

Re: [Radiant] Using Sass mixins with Radiant managed Sass-filtered CSS files

2010-08-11 Thread Wes Gamble
No, it's not a general question. I'm using the SNS Sass filter extension, and I couldn't get my Sass file to see the mixin file. The change at http://github.com/spanner/radiant-sns-sass-filter-extension looks like it will help. I just haven't tested it yet. Wes On 8/11/10 12:25 PM, Jim Gay

Re: [Radiant] Using Sass mixins with Radiant managed Sass-filtered CSS files

2010-08-11 Thread Jim Gay
I think this was just a general question with Sass, not the SNS Sass filter extension. Wes, I don't have an answer for you. But you might try the Haml mailing list http://groups.google.com/group/haml On Wed, Aug 11, 2010 at 2:18 AM, William Ross wrote: > On 10 Aug 2010, at 17:47, Wes Gamble wro

Re: [Radiant] Using Sass mixins with Radiant managed Sass-filtered CSS files

2010-08-10 Thread William Ross
On 10 Aug 2010, at 17:47, Wes Gamble wrote: > All, > > I have a Sass file that I am managing in Radiant. I'd like to pull in a > mixin to keep the Sass file clean. > > I placed my mixin Sass file in > RADIANT_ROOT/public/stylesheets/sass/_mixins.sass > > I refer to it from my stylesheet wit