Skip to content

nsisodiya/box-sizing.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm install box-sizing.css --save

box-sizing.css

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

About

box-sizing.css

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages