Skip to content

Commit

Permalink
Merge pull request #589 from VKCOM/4.38.1
Browse files Browse the repository at this point in the history
4.38.1
  • Loading branch information
8coon authored Sep 8, 2023
2 parents 3911651 + 4e67782 commit 1ea6562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm i --save @vkontakte/vkui-tokens@latest
#### Использование в CSS

```postcss
.myAwesomeClass:hover {
.class:hover {
background-color: var(--vkui--color_background--hover);
}
```
Expand Down Expand Up @@ -217,6 +217,7 @@ const { theme, pixelifyTheme, cssVarsTheme } = expandAll(myNewAwesomeTheme);
// которую можно вставить в DOM или сохранить в файл
const cssString = compileStyles('css', pixelifyTheme);
```

# Roadmap

- [ ] Добавить более умную генерацию active, hover состояний цвета.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkontakte/vkui-tokens",
"version": "4.38.0",
"version": "4.38.1",
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
"license": "MIT",
"main": "utils/descriptions.js",
Expand Down

0 comments on commit 1ea6562

Please sign in to comment.