summaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/scss/folder-test/parent-import.scss
blob: b3f6c8000e8a363313890b695af0f112fe52b1d4 (plain)
1
2
3
4
5
6
@import "../folder-test2/variables.scss";
@import "../folder-test2/url";
@import "../folder-test2/base-imported.scss";
.text {
	font-weight: bold;
}