Looking for help with importing select2 scss from node_modules.
I successfully installed the select2 by running the command:
npm install select2
which created a select2
folder in the node_modules directory.
Can anyone guide me on how to import the css for select2 into my app.scss file?
Currently using gulp as my build tool.
Appreciate any assistance. Thank you!