UNPKG

santycss

Version:

Plain-English utility-first CSS framework — no build step, just classes

69 lines (68 loc) 1.59 kB
{ "name": "santycss", "version": "1.3.1", "description": "Plain-English utility-first CSS framework — no build step, just classes", "main": "index.js", "style": "dist/santy.css", "exports": { ".": "./index.js", "./css": "./dist/santy.css", "./css/core": "./dist/santy-core.css", "./css/components": "./dist/santy-components.css", "./css/animations": "./dist/santy-animations.css", "./css/email": "./dist/santy-email.css", "./min": "./dist/santy.min.css", "./postcss": "./postcss/index.js", "./jit": "./santy-jit.js", "./vite": "./vite-plugin-santycss.js", "./purge": "./lib/purge-core.js" }, "files": [ "dist/", "postcss/", "lib/", "index.js", "santy-jit.js", "vite-plugin-santycss.js", "purge.js", "README.md" ], "bin": { "santycss": "./purge.js" }, "keywords": [ "css", "framework", "utility-css", "tailwind-alternative", "plain-english", "no-build", "santycss", "postcss", "vite" ], "scripts": { "build": "node build.js", "purge": "node purge.js", "dev": "node build.js && echo 'Watching...'", "prepublish": "node build.js" }, "peerDependencies": { "postcss": ">=8.0.0" }, "peerDependenciesMeta": { "postcss": { "optional": true } }, "author": "Santy", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ChintuSanty/santyCSS.git" }, "homepage": "https://santycss.santy.in", "bugs": { "url": "https://github.com/ChintuSanty/santyCSS/issues" } }