9 lines
106 B
SCSS
9 lines
106 B
SCSS
//SCSS
|
|
// l5re5.scss
|
|
.testing {
|
|
width: percentage(1/7);
|
|
}
|
|
// test
|
|
.testing {
|
|
width: percentage(2/7);
|
|
} |