summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/inputs/test-imports/file1.less
blob: 658de0c53b544b3e797fdcaebd96770c76d9bfff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


/**
 * This is a test import file
 */

@colors {
	div.bright {
		color: red;
	}

	div.sad {
		color: blue;
	}
}