We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0908445 commit 75f602aCopy full SHA for 75f602a
README.md
@@ -22,7 +22,7 @@ Given this section of a html file:
22
```html
23
...
24
<head>
25
- <link rel="stylesheet" href="@styles/test.css" />
+ <link rel="stylesheet" href="@styles/test.scss" />
26
</head>
27
28
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-map-transform",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "A gulp plugin for transforming file references inside a file with a different stream",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments