Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. @function toBp($value) {
  2.  
  3. $propertyToDataBase: $property;
  4. $ValueToDataBase: $value;
  5.  
  6. @return $value;
  7.  
  8. }
  9.  
  10.  
  11. .class {
  12. foo: toBp(10);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement