You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`quark-loader` process the `CSS` files and replaced our style with a reference to our declarations. In this way, we can remove repetitive styles from our CSS and make it minimum.
@@ -114,7 +117,7 @@ chain the
114
117
```
115
118
**Let's review what we get at the end**
116
119
117
-
Extracted css file
120
+
Extracted CSS file
118
121
```CSS
119
122
.t7E {
120
123
top: 100px;
@@ -142,8 +145,15 @@ exports.locals = {
142
145
143
146
[Using Quark-Loader to minimize css files](https://medium.com)
0 commit comments