UNPKG

twindy

Version:

CSS Framework written in Stylus inspired by Tailwind and NIB

48 lines 1.03 kB
{ "name": "twindy", "description": "CSS Framework written in Stylus inspired by Tailwind and NIB", "version": "0.13.8", "main": "index.styl", "files": [ "src", "index.styl" ], "exports": { "style": "./index.styl" }, "repository": { "type": "git", "url": "git+https://github.com/holtwick/twindy.git" }, "keywords": [ "css", "framework", "stylus", "tailwind", "nib" ], "author": { "name": "Dirk Holtwick", "email": "dirk.holtwick@gmail.com", "url": "https://holtwick.de" }, "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/holtwick" }, "sideEffects": false, "license": "MIT", "bugs": { "url": "https://github.com/holtwick/twindy/issues" }, "homepage": "https://github.com/holtwick/twindy#readme", "devDependencies": { "jest": "^27.4.2", "stylus": "^0.55.0" }, "scripts": { "start": "stylus -w examples/*.styl", "test": "jest", "test:update": "jest --updateSnapshot" } }