hook_sassy_functions |
./sassy.api.php |
Allows provision of additional functions for use inside the parser.
Return structure should be an optionally-keyed array where each item
has: |
|
|
hook_sassy_resolve_path_NAMESPACE |
./sassy.api.php |
Allows definition of shorthand filepaths under a single namespace. |
|
|
hook_sass_resolve_path_theme |
./sassy.api.php |
Example implementation of a "theme" namespace which can handle the following:
theme/path/to/file - paths within the currently enabled theme.
theme/THEMENAME/path/to/file - paths within the named theme. |
|
|
sassy_bootstrap_form_sassy_css_preprocessor_settings_form_alter |
extensions/bootstrap/sassy_bootstrap.module |
Implements hook_sassy_css_preprocessor_settings_form_alter().
Adds the "bootstrap: Implicit compile" option. |
|
|
sassy_bootstrap_library |
extensions/bootstrap/sassy_bootstrap.module |
Implementation of hook_library(). |
|
|
sassy_bootstrap_prepro_precompile_sass_alter |
extensions/bootstrap/sassy_bootstrap.module |
Adds the bootstrap libraries to all SASS files if the user selected this option in the Prepro admin screen. |
1 |
|
sassy_bootstrap_prepro_precompile_scss_alter |
extensions/bootstrap/sassy_bootstrap.module |
Adds the bootstrap libraries to all SCSS files if the user selected this option in the Prepro admin screen. |
|
|
sassy_bootstrap_sassy_resolve_path_bootstrap |
extensions/bootstrap/sassy_bootstrap.module |
Implementation of hook_sassy_resolve_path_NAMESPACE(). |
|
|
sassy_compass_form_sassy_css_preprocessor_settings_form_alter |
extensions/compass/sassy_compass.module |
Implements hook_sassy_css_preprocessor_settings_form_alter().
Adds the "Compass: Implicit compile" option. |
|
|
sassy_compass_prepro_precompile_sass_alter |
extensions/compass/sassy_compass.module |
Adds the Compass libraries to all SASS files if the user selected this option in the Prepro admin screen. |
1 |
|
sassy_compass_prepro_precompile_scss_alter |
extensions/compass/sassy_compass.module |
Adds the Compass libraries to all SCSS files if the user selected this option in the Prepro admin screen. |
|
|
sassy_compass_sassy_functions |
extensions/compass/sassy_compass.module |
Implementation of hook_sassy_functions().
Lists all functions defined by the Compass library. |
|
|
sassy_compass_sassy_resolve_path_compass |
extensions/compass/sassy_compass.module |
Implementation of hook_sassy_resolve_path_NAMESPACE(). |
|
|
sassy_compass__adjust_color_value |
extensions/compass/functions/colors.inc |
|
2 |
|
sassy_compass__adjust_lightness |
extensions/compass/functions/colors.inc |
A genericized version of lighten/darken so negative values can be used |
|
|
sassy_compass__adjust_saturation |
extensions/compass/functions/colors.inc |
A genericized version of saturate/desaturate so negative values can be used |
|
|
sassy_compass__append_selector |
extensions/compass/functions/selectors.inc |
|
|
|
sassy_compass__blank |
extensions/compass/functions/lists.inc |
|
|
|
sassy_compass__comma_list |
extensions/compass/functions/transitions.inc |
|
|
|
sassy_compass__compact |
extensions/compass/functions/lists.inc |
|
|
|
sassy_compass__cos |
extensions/compass/functions/trig.inc |
|
|
|
sassy_compass__elements_of_type |
extensions/compass/functions/display.inc |
|
|
|
sassy_compass__enumerate |
extensions/compass/functions/enumerate.inc |
Enumerate all options within a set. Deprecated in favor of @for, @extend
@example enumerate('.foo', 1, 3) => ".foo-1, .foo-2, .foo-3" |
|
|
sassy_compass__first_value_of |
extensions/compass/functions/lists.inc |
|
|
|
sassy_compass__font_files |
extensions/compass/functions/font_files.inc |
|
|
|
sassy_compass__font_url |
extensions/compass/functions/urls.inc |
|
|
|
sassy_compass__headers |
extensions/compass/functions/selectors.inc |
|
|
|
sassy_compass__if |
extensions/compass/sassy_compass.module |
Defines the "if" function, used like: if(condition, if_true, if_false) |
|
|
sassy_compass__image_height |
extensions/compass/functions/image_size.inc |
|
|
|
sassy_compass__image_info |
extensions/compass/functions/image_size.inc |
|
2 |
|
sassy_compass__image_url |
extensions/compass/functions/urls.inc |
|
|
|
sassy_compass__image_width |
extensions/compass/functions/image_size.inc |
|
|
|
sassy_compass__inline_font_files |
extensions/compass/functions/inline_image.inc |
|
|
|
sassy_compass__inline_image |
extensions/compass/functions/inline_image.inc |
|
|
|
sassy_compass__is_position |
extensions/compass/functions/constants.inc |
|
|
|
sassy_compass__is_position_list |
extensions/compass/functions/constants.inc |
|
|
|
sassy_compass__list |
extensions/compass/functions/lists.inc |
|
9 |
|
sassy_compass__nest |
extensions/compass/functions/selectors.inc |
|
|
|
sassy_compass__opposite_position |
extensions/compass/functions/constants.inc |
|
|
|
sassy_compass__pi |
extensions/compass/functions/trig.inc |
|
|
|
sassy_compass__prefix |
extensions/compass/functions/cross_browser_support.inc |
|
8 |
|
sassy_compass__prefixed |
extensions/compass/functions/cross_browser_support.inc |
|
|
|
sassy_compass__prefixed_for_transition |
extensions/compass/functions/transitions.inc |
|
|
|
sassy_compass__resolve_path |
extensions/compass/sassy_compass.module |
Resolves requires to the compass namespace (eg namespace/css3/border-radius) |
1 |
|
sassy_compass__scale_color_value |
extensions/compass/functions/colors.inc |
|
2 |
|
sassy_compass__scale_lightness |
extensions/compass/functions/colors.inc |
Scales a color's lightness by some percentage.
If the amount is negative, the color is scaled darker, if positive, it is scaled lighter.
This will never return a pure light or dark color unless the amount is 100%. |
|
|
sassy_compass__scale_saturation |
extensions/compass/functions/colors.inc |
Scales a color's lightness by some percentage.
If the amount is negative, the color is scaled darker, if positive, it is scaled lighter.
This will never return a pure light or dark color unless the amount is 100%. |
|
|
sassy_compass__sin |
extensions/compass/functions/trig.inc |
|
|
|
sassy_compass__stylesheet_url |
extensions/compass/functions/urls.inc |
|
|
|
sassy_compass__tan |
extensions/compass/functions/trig.inc |
|
|
|