UNPKG

@nysds/styles

Version:

CSS variables, styles, and themes for the New York State Design System

46 lines (45 loc) 1.24 kB
{ "name": "@nysds/styles", "type": "module", "version": "1.6.0", "description": "CSS variables, styles, and themes for the New York State Design System", "main": "dist/nysds.min.css", "style": "dist/nysds.min.css", "files": [ "dist/" ], "exports": { ".": { "default": "./dist/nysds.min.css" }, "./full": "./dist/nysds-full.min.css", "./themes/admin": "./dist/nysds-theme-admin.min.css", "./themes/business": "./dist/nysds-theme-business.min.css", "./themes/environment": "./dist/nysds-theme-environment.min.css", "./themes/health": "./dist/nysds-theme-health.min.css", "./themes/local": "./dist/nysds-theme-local.min.css", "./themes/safety": "./dist/nysds-theme-safety.min.css", "./themes/transportation": "./dist/nysds-theme-transportation.min.css", "./typography": "./dist/nysds-typography.min.css" }, "scripts": { "dev": "vite --config", "build": "vite build", "clean": "rm -rf dist" }, "devDependencies": { "vite": "^6.3.4" }, "keywords": [ "new-york-state", "design-system", "styles", "css", "variables", "themes", "tokens", "nys" ], "author": "New York State Design System Team", "license": "MIT" }