Skip to content

Commit

Permalink
feat: theme css
Browse files Browse the repository at this point in the history
  • Loading branch information
edikdeisling committed Nov 8, 2024
1 parent b09e681 commit d264db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/documentation/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "./vitepress/index.css";
@import "@/styles/public/themes.css";
@import "@/styles/reset.css";
@import "@/styles/themes/acronis/acronis.pcss";
14 changes: 4 additions & 10 deletions packages/documentation/theming/css-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,20 @@ and other design tokens according used theme.
[List of CSS variables](#list-of-basic-variables) is available at the bottom of this page.
:::

## List of UI-syntax 3.0 css variables
## List of UI-syntax 3.0 global styles

Basic variables are used to define the basic design tokens like colors, typography, spacing, etc.

Theme variables are used to define the theme-specific design tokens like colors, spacing, components, etc.

::: code-group
<<< ../../ui/src/styles/tokens/base.css [Base tokens]
<<< ../../ui/src/styles/tokens/acronis.css [Acronis theme]
<<< ../../ui/src/styles/tokens/constructor.css [Constructor theme]
<<< ../../ui/src/styles/tokens/virtuozzo.css [Virtuozzo theme]
<<< ../../ui/src/styles/tokens/dark.css [Dark theme]
<<< ../../ui/src/styles/reset.css
:::

## List of basic tokens
## List of UI-syntax 3.0 theme styles

::: code-group
<<< ../../ui/src/styles/tokens/acv/animation.css [Animation tokens]
<<< ../../ui/src/styles/tokens/acv/aspects.css [Aspects tokens]
<<< ../../ui/src/styles/tokens/acv/shadows.css [Shadows tokens]
<<< ../../ui/src/styles/themes/acronis/acronis.pcss [Acronis theme]
:::

## Shadows
Expand Down

0 comments on commit d264db5

Please sign in to comment.