mirror of
https://github.com/google/pebble.git
synced 2025-07-18 03:56: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
5
third_party/bourbon/functions/_strip-units.scss
vendored
Normal file
5
third_party/bourbon/functions/_strip-units.scss
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Srtips the units from a value. e.g. 12px -> 12
|
||||
|
||||
@function strip-units($val) {
|
||||
@return ($val / ($val * 0 + 1));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue