- Index -
🔎 Focus on | 🖌 CSS Handling | Parts |
---|---|---|
(Index) | 📌 | |
development only | inline CSS | 1️⃣ |
both dev & prod | mini-css-extract-plugin | 2️⃣ |
production only | CSS modules | 3️⃣ |
Introduction
One of the first challenges you encounter when approaching webpack is understanding how to manage style, especially CSS.
In this trilogy three different ways of managing CSS are studied, including each one in its own context of use.
take a handful of attention - will be worth it
Example code 📜
- webpack-inline-css
- available soon
- available soon
Top comments (0)