aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/mixin-empty-paramlist.css
blob: 59ef68680d26fc4b80a962eda4e5acca1eac10d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {
	color: blue; 
}

h1 {
	text-align: center; 
}

p {
	font-style: italic; 
}

table {
	width: 100%; 
}