Files
docker-nginx-dhi/docker-persist/html/css/bourbon/css3/_box-sizing.scss
2024-10-24 19:11:39 +00:00

5 lines
124 B
SCSS
Executable File

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