UNPKG

@fontsource-utils/scss

Version:
47 lines (46 loc) 1.09 kB
{ "name": "@fontsource-utils/scss", "description": "Fontsource SCSS Mixins", "version": "0.2.1", "author": "Ayuhito <hello@ayuhito.com>", "exports": { ".": { "sass": "./src/mixins.scss" } }, "devDependencies": { "@fontsource-variable/recursive": "5.2.0-alpha.0", "@fontsource/carlito": "5.2.0-alpha.0", "@fontsource/noto-sans-jp": "5.2.0-alpha.0", "sass": "^1.62.1", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "homepage": "https://github.com/fontsource/fontsource/tree/main/packages/scss", "keywords": [ "fontsource", "fonts", "google fonts", "sass", "scss" ], "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "echo 'No build step required for SCSS package.'", "coverage": "vitest run", "test": "vitest", "publish": "bun publish", "format": "biome format --write .", "ci:format": "biome format .", "lint": "biome lint --write .", "ci:lint": "biome lint ." }, "repository": { "type": "git", "url": "git+https://github.com/fontsource/fontsource.git", "directory": "packages/scss" } }