Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsisodiya/box-sizing.css
box-sizing.css
https://github.com/nsisodiya/box-sizing.css
Last synced: 27 days ago
JSON representation
box-sizing.css
- Host: GitHub
- URL: https://github.com/nsisodiya/box-sizing.css
- Owner: nsisodiya
- License: mit
- Created: 2015-12-08T09:46:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T09:59:43.000Z (about 9 years ago)
- Last Synced: 2024-04-29T16:21:20.367Z (8 months ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Install
```sh
npm install box-sizing.css --save
```# box-sizing.css
```css
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
```