Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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;
}
```