-
Notifications
You must be signed in to change notification settings - Fork 4
Hooks
codeincarnate edited this page Feb 26, 2011
·
1 revision
hook_peroxide_sass_options_alter(&$options, $theme)
Allows for alterations of Sass parser options by modules and themes. $options will be an array of options and $theme will be an object of $stdClass with information for the currently activated theme.
hook_peroxide_haml_options_alter(&$options, $theme)
Allows for alterations of Haml parser options by modules and themes. $options will be an array of options and $theme will be an object of $stdClass with information for the currently activated theme.