An open API service indexing awesome lists of open source software.

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

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).