Skip to content

Commit 2ea80d0

Browse files
committed
update README file
1 parent 9bde303 commit 2ea80d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## js-to-styles-var-loader
44

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
66

77
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.
88

0 commit comments

Comments
 (0)