You can import the css file into your JS directly: import reset from 'reset-css-complete'; or you can import it through webpack into your css files with: @import ...
You probably don't need CSS Reset, at least not the complete CSS Reset. Every Browser has its own CSS Reset. Resetting it again means that later you need to set all ...
Abstract: The necessity to isolate local properties of cascade stylesheet from global changes or, in the other words, the CSS Reset problem led to the appearance of various techniques of its solution.