0.0.2 • Published 11 months ago

@mincho-js/css-additional-types v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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

  1. CamelPseudos: Camelized pseudo selectors and pseudo elements instead of kebab-case
  2. SpacePropertiesKey: Property keys with values that can be merged into Space
  3. CommaPropertiesKey: Property keys with values that can be merged into Comma
  4. ShorthandProperties: Shorthand properties
  5. NestedPropertiesMap: When a shorthand property appears as a nested

Objects

  1. shorthandProperties: Actual value of ShorthandProperties
  2. nestedPropertiesMap: Actual value of NestedPropertiesMap