mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-22 17:21:10 +00:00
4 lines
124 B
SCSS
4 lines
124 B
SCSS
@mixin box-sizing ($box) {
|
|
// content-box | border-box | inherit
|
|
@include prefixer(box-sizing, $box, webkit moz spec);
|
|
}
|