UNPKG

sakura.css

Version:

A minimal classless css theme. Just drop it in and watch the website blossom!

46 lines (45 loc) 1.12 kB
{ "name": "sakura.css", "version": "1.5.1", "description": "A minimal classless css theme. Just drop it in and watch the website blossom!", "main": "css/sakura.css", "scripts": { "dev": "vite", "bookmarklet": "mkdir -p dist && bookmarklet ./src/bookmarklet.js ./dist/bookmarklet.js", "scss": "sass --no-source-map scss:css", "scss:watch": "sass --no-source-map -w scss:css", "build": "npm run scss", "vercel-build": "vite build", "test": "npx http-server", "release": "bash release.sh" }, "files": [ "css", "scss", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/oxalorg/sakura.git" }, "keywords": [ "css", "theme", "classless", "web-design", "minimal", "default", "reset" ], "author": "Mitesh Shah <mitesh@oxal.org> (https://oxal.org)", "license": "MIT", "bugs": { "url": "https://github.com/oxalorg/sakura/issues" }, "homepage": "https://oxal.org/projects/sakura/", "devDependencies": { "bookmarklet": "3.0.0", "sass": "~1.53.0", "vite": "^6.0.0" } }