mirror of
https://github.com/panosoft/inline-html
synced 2026-01-13 13:04:30 -08:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
@import (less) './assets/imported.css';
|
|
|
|
#link {
|
|
background-image: url('assets/person.png');
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
} |