Skip to content

Instantly share code, notes, and snippets.

@kieran
Created January 27, 2021 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kieran/0cb7c0cbb9f3076874b13f436d844078 to your computer and use it in GitHub Desktop.
Save kieran/0cb7c0cbb9f3076874b13f436d844078 to your computer and use it in GitHub Desktop.
sass math test (npm run build)
@use "sass:math";
@debug math.$pi;
{
"name": "sasstest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx parcel build index.scss",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"parcel": "^1.12.4"
},
"devDependencies": {
"sass": "^1.32.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment