summaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/css/imports.css
blob: 5b1001802aa7db43f5193a187ffb41daeddce23a (plain)
1
2
3
4
5
6
7
8
9
10
11
.caption {
	border: 1px solid black;
	background: #ff0000;
	padding: 10px;
	margin: 10px;
}

.text {
	font-weight: bold;
	color: red;
}