-
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Description
I try:
# ./style.css
.searchBg {
background-image: url(sprite/searchBg.jpg)
}# ./component.js
import css from './style.css';
// begin component
<div className={css.searchBg} />
// end componentBut image not loading to background.
When i click on "Open Link in new tab", link opens as:
lancefisher and mqliutie
Metadata
Metadata
Assignees
Labels
No labels

