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
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,11 @@ To be compatible with existing css files (if not in CSS Module mode):
90
90
|**`camelCase`**|`false`|Export Classnames in CamelCase|
91
91
|**`importLoaders`**|`0`|Number of loaders applied before CSS loader|
92
92
93
+
<<<<<<< 1e4deb5d4e7bfc72ec436b518e132276d2bc1590
93
94
The following webpack config can load CSS files, embed small PNG/JPG/GIF/SVG images as well as fonts as [Data URLs](https://tools.ietf.org/html/rfc2397) and copy larger files to the output directory.
95
+
=======
96
+
This webpack config can load CSS files, embed small png images as Data URLs and JPG images as files.
0 commit comments