Giter VIP home page Giter VIP logo

gulp-sass-json's People

Contributors

cmckendry avatar gedas-monginas avatar hellatan avatar nitruxa avatar sco-tt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gulp-sass-json's Issues

Prepare for Node v7 - calling Buffer without "new"

I'm using node v7.1.0 and Gulp console complains:

(node:10619) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.

I believe it doesn't like index.js line number 59:

file.contents = Buffer(jsonVariables);

Doesn't work for sass maps

This would be much more helpful if it could convert a sass map into a complex json object. Currently it only recognizes simple key/value sass variables.

What is the license?

I'm trying to figure out the licensing for this package, but I can't really find a conclusive reference. The package.json states '1stdibs', which to me is not a known license. Neither is there a LICENSE file in the repository. What is the actual license?

Distinguish variables that are created by other variables

Current results for following CSS:

$color-red: #ff0000;
$color-button: $color-red;

outputted json:

{
  "$color-red": "#ff0000",
  "$color-button": "$color-red"
}

Would be a nice to have an output option to be able to output original variables for variables that are defined by variables, so output would be:

{
  "$color-red": "#ff0000",
  "$color-button": "#ff0000"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.