@mincho-js/css-additional-types
v0.0.2
Published
Additional typeScript types for style based on MDN data
Downloads
1
Readme
@mincho-js/css-additional-types
The @mincho-js/css-additional-types supplies types generated by the automation.
Install
npm install @mincho-js/css-additional-types
# or
yarn add @mincho-js/css-additional-types
# or
pnpm install @mincho-js/css-additional-types
API
The following is a list of extended types and predeclared objects.
Types
CamelPseudos
: Camelized pseudo selectors and pseudo elements instead of kebab-caseSpacePropertiesKey
: Property keys with values that can be merged into SpaceCommaPropertiesKey
: Property keys with values that can be merged into CommaShorthandProperties
: Shorthand propertiesNestedPropertiesMap
: When a shorthand property appears as a nested
Objects
shorthandProperties
: Actual value ofShorthandProperties
nestedPropertiesMap
: Actual value ofNestedPropertiesMap