Something is not working for me... HAML is working fine, but SASS is giving me problems...
This is what i have in my application layout: <link rel="stylesheet" href="/stylesheets/layout.css" type="text/css" media="screen" charset="utf-8"> And I've created a file layout.sass but it still is not working.. Ive also added the dependency "haml" to my dependencies file.. On Nov 28, 12:53 pm, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote: > Sass files compile into CSS files, so if you have > /stylesheets/sass/main.sass, you'd link to /stylesheets/main.css. > > - Nathan > > Joey Lomanto wrote: > > Do I have to link to the .sass files from a specific layout? > > > Do I link to them the same way I'd link to a CSS file <link href=... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
