11 lines
139 B
SCSS
11 lines
139 B
SCSS
/*
|
|
* All
|
|
* Styles and changes for the ALL HTML Elements
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/03
|
|
*/
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|