Skip to content

Instantly share code, notes, and snippets.

View elfuego's full-sized avatar

André van Toly elfuego

View GitHub Profile
@elfuego
elfuego / package.json
Created April 13, 2021 12:39
styles.scss to styles.css
{
"name": "just-scss-to-css",
"version": "1.0.0",
"description": "Compiles from styles.scss to styles.css",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass --watch ./styles.scss -o ./"
},
"author": "André",