react-awesome-tabs icon indicating copy to clipboard operation
react-awesome-tabs copied to clipboard

I'm new and don't understand how the scss is being pulled into your demo

Open MichaelYao88 opened this issue 6 years ago • 2 comments

How is the CSS being pulled in the demo? I see no import statement and when I copypasta it directly into my css file it doesn't do anything. What do?

MichaelYao88 avatar Sep 15 '18 11:09 MichaelYao88

I believe you can use import 'react-awesome-tabs/dist/react-awesome-tabs.css'; to import the style file if you have configured style loader in webpack correctly. It's an old project and it doesn't import style sheets automatically.

gao-sun avatar Sep 26 '18 05:09 gao-sun

If you have preferred SASS loader, then use import 'react-awesome-tabs/src/sass/react-awesome-tabs.scss';

gao-sun avatar Sep 26 '18 06:09 gao-sun