https://github.com/vitalk/classy-border-box
Apply a natural box layout model globally
https://github.com/vitalk/classy-border-box
Last synced: about 1 year ago
JSON representation
Apply a natural box layout model globally
- Host: GitHub
- URL: https://github.com/vitalk/classy-border-box
- Owner: vitalk
- Created: 2014-11-26T18:39:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T10:11:19.000Z (about 8 years ago)
- Last Synced: 2025-07-23T08:03:10.446Z (about 1 year ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classy Border Box
Apply a natural box layout model globally, but [allowing components to change](http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/).
## Installation
The recommended installation method is a [npm](https://www.npmjs.com/).
```shell
npm install --save-dev classy-border-box
```
Variable | Description
---|---
`@classy-border-box` | Do apply `border-box` layout globally? (`true` by default).
## License
Licensed under the [MIT license](http://mit-license.org/vitalk).