11 lines
175 B
SCSS

/*
* All
* Styles and changes for the ALL HTML Elements
*
* Version:
* 1.0.0 - 2018/05/03
*/
*,*:after,*:before,*::after,*::before {
box-sizing: border-box;
}