hook_sassy_libraries_sass_alter |
./sassy.api.php |
@todo |
|
|
hook_sassy_libraries_scss_alter |
./sassy.api.php |
@todo |
|
|
hook_sassy_pre_alter |
./sassy.api.php |
Allows you to alter a string of SASS or SCSS before or after it is processed
by the hamlP parser. |
|
|
p |
phpsass/tests/test_inc.php |
|
|
|
sassy_bootstrap_library |
sassy_bootstrap/sassy_bootstrap.module |
Implements hook_library(). |
|
|
sassy_bootstrap_sassy_resolve_path_bootstrap |
sassy_bootstrap/sassy_bootstrap.module |
Implements hook_sassy_resolve_path_NAMESPACE(). |
|
|
sassy_clear_cache |
./sassy.module |
Deletes old cached SCSS files. |
1 |
|
sassy_compass_sassy_functions |
sassy_compass/sassy_compass.module |
Implements hook_sassy_functions(). |
|
|
sassy_compass_sassy_resolve_path_compass |
sassy_compass/sassy_compass.module |
Implements hook_sassy_resolve_path_NAMESPACE(). |
|
|
sassy_compass__adjust_color_value |
sassy_compass/functions/colors.inc |
|
2 |
|
sassy_compass__adjust_lightness |
sassy_compass/functions/colors.inc |
A genericized version of lighten/darken so negative values can be used |
|
|
sassy_compass__adjust_saturation |
sassy_compass/functions/colors.inc |
A genericized version of saturate/desaturate so negative values can be used |
|
|
sassy_compass__append_selector |
sassy_compass/functions/selectors.inc |
|
|
|
sassy_compass__blank |
sassy_compass/functions/lists.inc |
|
|
|
sassy_compass__compact |
sassy_compass/functions/lists.inc |
|
|
|
sassy_compass__cos |
sassy_compass/functions/trig.inc |
|
|
|
sassy_compass__elements_of_type |
sassy_compass/functions/display.inc |
|
|
|
sassy_compass__enumerate |
sassy_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 |
sassy_compass/functions/lists.inc |
|
|
|
sassy_compass__font_files |
sassy_compass/functions/font_files.inc |
|
|
|
sassy_compass__font_url |
sassy_compass/functions/urls.inc |
|
|
|
sassy_compass__headers |
sassy_compass/functions/selectors.inc |
|
|
|
sassy_compass__ie_hex_str |
sassy_compass/functions/colors.inc |
returns an IE hex string for a color with an alpha channel
suitable for passing to IE filters. |
|
|
sassy_compass__if |
sassy_compass/sassy_compass.module |
|
|
|
sassy_compass__image_height |
sassy_compass/functions/image_size.inc |
|
|
|
sassy_compass__image_info |
sassy_compass/functions/image_size.inc |
|
2 |
|
sassy_compass__image_url |
sassy_compass/functions/urls.inc |
|
|
|
sassy_compass__image_width |
sassy_compass/functions/image_size.inc |
|
|
|
sassy_compass__inline_font_files |
sassy_compass/functions/inline_image.inc |
|
|
|
sassy_compass__inline_image |
sassy_compass/functions/inline_image.inc |
|
|
|
sassy_compass__is_position |
sassy_compass/functions/constants.inc |
|
|
|
sassy_compass__is_position_list |
sassy_compass/functions/constants.inc |
|
|
|
sassy_compass__list |
sassy_compass/functions/lists.inc |
|
9 |
|
sassy_compass__nest |
sassy_compass/functions/selectors.inc |
|
|
|
sassy_compass__opposite_position |
sassy_compass/functions/constants.inc |
|
|
|
sassy_compass__pi |
sassy_compass/functions/trig.inc |
|
|
|
sassy_compass__prefix |
sassy_compass/functions/cross_browser_support.inc |
|
8 |
|
sassy_compass__prefixed |
sassy_compass/functions/cross_browser_support.inc |
|
|
|
sassy_compass__resolve_path |
sassy_compass/sassy_compass.module |
|
4 |
|
sassy_compass__scale_color_value |
sassy_compass/functions/colors.inc |
|
2 |
|
sassy_compass__scale_lightness |
sassy_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 |
sassy_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 |
sassy_compass/functions/trig.inc |
|
|
|
sassy_compass__stylesheet_url |
sassy_compass/functions/urls.inc |
|
|
|
sassy_compass__tan |
sassy_compass/functions/trig.inc |
|
|
|
sassy_compass__url |
sassy_compass/functions/urls.inc |
|
3 |
|
sassy_compass___compass_list |
sassy_compass/functions/lists.inc |
|
|
|
sassy_compass___compass_list_size |
sassy_compass/functions/lists.inc |
|
|
|
sassy_compass___compass_list_slice |
sassy_compass/functions/lists.inc |
|
|
|
sassy_compass___compass_nth |
sassy_compass/functions/lists.inc |
|
|
1 |