I used to have this sass file structure:

@import config
@import buttons
@import posts
...

At config.sass I defined some variables using ! notation. These
variables were used by the other files (buttons.sass, posts.sass,
etc). After updating Sass i have changed variables to use $ notation,
but variables are not reachable (i.e. they're undefined) from the
various files. Is this normal behaviour? Can I define globally scoped
variables in sass or am I doing something wrong? Thx!

-- 
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.

Reply via email to