Check out a free preview of the full Building Web Apps (with React, Ampersand, ES6 and Webpack) course:
The "Creating Styles" Lesson is part of the full, Building Web Apps (with React, Ampersand, ES6 and Webpack) course featured in this preview video. Here's what you'd learn in this lesson:
Webpack looks at the extension of the style file to determine how to compile the styles. Henrik demonstrates this starting with a .css file and switching to a .styl file. Styles are included in the application using an import or require statement.