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