mirror of
https://github.com/google/pebble.git
synced 2025-07-18 12:06:39 -04:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
10
third_party/bourbon/helpers/_shape-size-stripper.scss
vendored
Normal file
10
third_party/bourbon/helpers/_shape-size-stripper.scss
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
@function _shape-size-stripper($shape-size) {
|
||||
$shape-size-spec: null;
|
||||
@each $value in $shape-size {
|
||||
@if ($value == "cover") or ($value == "contain") {
|
||||
$value: null;
|
||||
}
|
||||
$shape-size-spec: "#{$shape-size-spec} #{$value}";
|
||||
}
|
||||
@return $shape-size-spec;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue