Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-sass-unicode

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-sass-unicode - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc