UNPKG

floor-typography-css

Version:

Vanilla CSS normalizer and the extra minimum for an intuitive default CSS for typography and web-apps.

45 lines (44 loc) 1.2 kB
{ "name": "floor-typography-css", "version": "22.0.0", "description": "Vanilla CSS normalizer and the extra minimum for an intuitive default CSS for typography and web-apps.", "main": "src/floor.css", "style": "src/floor.css", "unpkg": "src/floor.css", "scripts": { "build": "cp ./README.md doc/ && snowpack build", "dev": "cp ./README.md doc/ && snowpack dev", "test": "" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/johanland/floor-typography.git" }, "keywords": [ "css", "normalize", "typography" ], "author": "Johan S. Steinberg", "license": "ISC", "bugs": { "url": "https://gitlab.com/johanland/floor-typography/issues" }, "homepage": "https://floortypography.vercel.app", "devDependencies": { "@snowpack/plugin-postcss": "^1.1.0", "@snowpack/plugin-svelte": "^3.5.2", "@snowpack/plugin-webpack": "^3.0.0", "cssnano": "^5.0.2", "marked": "^4.0.12", "postcss": "^8.2.6", "postcss-cli": "^9.1.0", "postcss-import": "^14.0.0", "postcss-load-config": "^3.0.1", "postcss-preset-env": "^7.4.1", "snowpack": "^3.0.11", "snowpack-plugin-raw-file-loader": "^1.0.9", "svelte": "^3.32.3", "svelte-spa-router": "^3.1.0" } }