sass-export
Advanced tools
Comparing version
{ | ||
"name": "sass-export", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Exports Sass files to Json format, able to manage sections with annotations in comments.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -7,3 +7,4 @@ # Sass-Export | ||
[](http://badge.fury.io/js/sass-export) | ||
[](https://david-dm.org/plentycode/sass-export) | ||
 | ||
 | ||
@@ -193,6 +194,12 @@ Try it online: | ||
## Want to use it in your Node App? | ||
Just import it! | ||
## Import it in your Node App? | ||
import syntax: | ||
``` javascript | ||
import { exporter } from 'sass-export'; | ||
``` | ||
Require syntax: | ||
``` javascript | ||
@@ -204,9 +211,2 @@ var exporter = require('sass-export').exporter; | ||
import syntax: | ||
``` javascript | ||
import { exporter } from 'sass-export'; | ||
``` | ||
#### Example: | ||
@@ -257,4 +257,4 @@ | ||
### New utilities | ||
* Gulp plugin: [gulp-sass-export] | ||
### Other utilities based on this tool | ||
- Gulp plugin: [gulp-sass-export] | ||
@@ -273,2 +273,14 @@ | ||
## Supporting | ||
This is an open source project and completely free to use. | ||
However, the amount of effort needed to maintain and develop new features and products within the Plentycode ecosystem is not sustainable without proper financial backing. If you have the capability, please consider donating using the links below: | ||
<div align="center"> | ||
[](https://www.patreon.com/plentycode) | ||
</div> | ||
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen.) | ||
@@ -275,0 +287,0 @@ |
39246
1.44%292
4.29%