-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
978 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
# @mincho-js/css-additional-types | ||
|
||
The @mincho-js/css-additional-types supplies the type generated by the automation. | ||
|
||
## Install | ||
|
||
```shell | ||
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`: Camelised pseudo selectors and pseudo elements instead of kebabs | ||
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` |
Oops, something went wrong.