summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/negative-rem-value.css
blob: fdb638c61c62a764eefb1781099c8a4444f2d8cc (plain)
1
2
3
4
5
* {
	    top: -0.0625rem;
	    bottom: -0.0625lem;
	    margin-top: -1px;
}