aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/css-plugin-test-project/src/file3.scss
blob: c53e600f91ec1b40c215bc5be01e4c719ea7b4ca (plain)
1
2
3
4
5
6
7
8
9
$firstValue: 62.5%;

$firstValue: 24px !default;

body {
    font-size: $firstValue;
}

// body font size = 62.5%