Files
inline-html/test/fixtures/main.less
Alexandre Gigliotti f4085786f6 Refactored.
2015-07-23 08:28:22 -07:00

7 lines
162 B
Plaintext

@import (less) './assets/imported.css';
#link {
background-image: url('assets/person.png');
background-size: contain;
background-repeat: no-repeat;
}