yaodingyd / react-flickity-component

A React.js component for using @desandro's Flickity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use flickity style in react-flickity-component?

NitelPhyoe opened this issue · comments

I normally import flickity style like

//custom.css

.flickity-button-icon {
	fill: red;
}

and import from react like
//test.tsx
import './custom.css'

but not working!

any answer?

commented

This library doesn't make any assumptions about how you load your CSS.