UNPKG

gyr-css

Version:

A simple, elegant, and classless CSS stylesheet that does the hard work for you.

28 lines 721 B
{ "name": "gyr-css", "version": "1.8.0", "description": "A simple, elegant, and classless CSS stylesheet that does the hard work for you.", "author": "hvlck", "license": "MIT", "keywords": [ "classless-css", "minimal" ], "homepage": "https://github.com/hvlck/gyr-css/#readme", "bugs": "https://github.com/hvlck/gyr-css/issues", "repository": { "type": "git", "url": "git+https://github.com/hvlck/gyr-css" }, "scripts": { "build": "node ./build.js", "prepublish": "yarn run build" }, "main": "dist/index.css", "files": [ "dist/index.css" ], "devDependencies": { "esbuild": "^0.12.2" } }