mirror of
https://github.com/google/pebble.git
synced 2025-11-16 20:40:55 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
4
third_party/bourbon/css3/_box-sizing.scss
vendored
Normal file
4
third_party/bourbon/css3/_box-sizing.scss
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
@mixin box-sizing ($box) {
|
||||
// content-box | border-box | inherit
|
||||
@include prefixer(box-sizing, $box, webkit moz spec);
|
||||
}
|
||||
Reference in New Issue
Block a user