
2 changed files with 6 additions and 1 deletions
@ -1,2 +1,2 @@ |
|||||||
@import "functions/lists"; |
@import "functions/lists"; |
||||||
@import "functions/browser-prefix"; |
@import "functions/cross_browser_support"; |
||||||
|
@ -1,3 +1,8 @@ |
|||||||
|
// |
||||||
|
// A partial implementation of the Ruby cross browser support functions from Compass: |
||||||
|
// https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/cross_browser_support.rb |
||||||
|
// |
||||||
|
|
||||||
@function prefix($prefix, $property) { |
@function prefix($prefix, $property) { |
||||||
@return #{$prefix}-#{$property}; |
@return #{$prefix}-#{$property}; |
||||||
} |
} |
Loading…
Reference in new issue