pebble/third_party/bourbon/css3/_box-sizing.scss
2025-02-24 18:58:29 -08:00

4 lines
124 B
SCSS

@mixin box-sizing ($box) {
// content-box | border-box | inherit
@include prefixer(box-sizing, $box, webkit moz spec);
}