From 1b0d1a568e4224f6f3ff927e06997b9152e86ddf Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 24 Nov 2024 16:01:06 +0100 Subject: add css --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..613747e --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "land-and-freedom", + "version": "1.0.0", + "description": "", + "main": "rules.js", + "scripts": { + "build:scss": "sass --no-source-map land-and-freedom.scss land-and-freedom.css", + "watch:scss": "sass --no-source-map --watch land-and-freedom.scss land-and-freedom.css" + }, + "author": "", + "license": "ISC", + "devDependencies": { + "sass": "^1.81.0" + } +} \ No newline at end of file -- cgit v1.2.3