Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: scss-parser

node v6.17.1
endpointsharetweet
var scssParser = require("scss-parser"); scssParser.parse(` .hello { display:block; opacity:2; } `);
Created from: https://runkit.com/npm/scss-parser
Loading…

no comments

    sign in to comment