react-awesome-tabs
react-awesome-tabs copied to clipboard
I'm new and don't understand how the scss is being pulled into your demo
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?
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.
If you have preferred SASS loader, then use import 'react-awesome-tabs/src/sass/react-awesome-tabs.scss';