grunt-sass-unicode
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-sass-unicode", | ||
"description": "This is to solve unicode issue with SASS.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/linmic/grunt-sass-unicode", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -28,12 +28,21 @@ # grunt-sass-unicode | ||
### Usage Example | ||
### Usage Example with grunt-sass | ||
```js | ||
grunt.initConfig({ | ||
sass: { | ||
dist: { | ||
files: { | ||
'./dist/main.css': './src/main.scss' | ||
} | ||
} | ||
}, | ||
sassUnicode: { | ||
files: { | ||
'main.css': 'main.css', | ||
'./dist/main.css': './dist/main.css', | ||
}, | ||
}, | ||
}); | ||
grunt.registerTask('default', ['sass', 'sassUnicode']); | ||
``` | ||
@@ -46,2 +55,2 @@ | ||
[MIT](https://github.com/Microsoft/monaco-editor/blob/master/LICENSE.md) | ||
[MIT](https://github.com/Microsoft/monaco-editor/blob/master/LICENSE.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11456
55