Files
inline-html/test/fixtures/main.less

7 lines
162 B
Plaintext
Raw Normal View History

2015-07-22 15:51:14 -07:00
@import (less) './assets/imported.css';
#link {
background-image: url('assets/person.png');
background-size: contain;
background-repeat: no-repeat;
}