10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
|
@import './reset.css';
|
||
|
@width: 1180px;
|
||
|
@color: #80C4AE;
|
||
|
@title_color: #333;
|
||
|
@high_color: #fff;
|
||
|
@font: 22px;
|
||
|
|
||
|
*{
|
||
|
box-sizing: border-box;
|
||
|
}
|