1.1.0 • Published 4 years ago

@sass-collective/sass-box-sizing v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Sass Box Sizing

Generate global CSS box-sizing.

Install

npm install @sass-collective/sass-box-sizing --save

Usage

Module System

@use "@sass-collective/sass-box-sizing"

@include sass-box-sizing.box-sizing();

Legacy @import

@import "@sass-collective/sass-box-sizing"

@include sass-box-sizing();

CSS

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: inherit;
}

Options

  • border (default)
  • content
1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago