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
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## js-to-styles-var-loader
4
4
5
-
### A [Webpack]() loader to share variable data between javascript modules and sass or less files
5
+
### A [Webpack](https://webpack.github.io/) loader to share variable data between javascript modules and sass or less files
6
6
7
7
This loader is for that special case when you would like to import data from a javascript module into a sass /less file. The [sass](https://github.com/webpack-contrib/sass-loader) / [less](http://lesscss.org/) loader complains, because importing js module is not a valid instruction.
0 commit comments