Files
inline-html/test/main.less
Alexandre Gigliotti f8369f3bc0 Initial commit.
2015-07-22 15:51:14 -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;
}