{
	"name": "@wordpress/base-styles",
	"version": "6.20.0",
	"description": "Base SCSS utilities and variables for WordPress.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"sass",
		"scss",
		"css"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/base-styles/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/base-styles"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"main": "index.js",
	"module": "index.js",
	"exports": {
		"./package.json": "./package.json",
		"./build-style/": "./build-style/",
		"./_*.scss": "./_*.scss",
		"./animations": "./_animations.scss",
		"./breakpoints": "./_breakpoints.scss",
		"./colors": "./_colors.scss",
		"./colors.native": "./_colors.native.scss",
		"./default-custom-properties": "./_default-custom-properties.scss",
		"./functions": "./_functions.scss",
		"./long-content-fade": "./_long-content-fade.scss",
		"./mixins": "./_mixins.scss",
		"./variables": "./_variables.scss",
		"./z-index": "./_z-index.scss"
	},
	"wpScript": true,
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "b862d8c84121a47bbeff882f6c87e61681ce2e0d"
}
