Browse Source

Merge pull request #24492 from abpframework/auto-docs-seo/24491

docs: Add SEO descriptions (from PR 24491)
pull/24497/head
Ma Liming 1 month ago
committed by GitHub
parent
commit
bf2f09cfc1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      docs/en/framework/ui/common/leptonx-css-variables.md

7
docs/en/framework/ui/common/leptonx-css-variables.md

@ -1,3 +1,10 @@
```json
//[doc-seo]
{
"Description": "Explore LeptonX CSS Variables to customize theming with ease, controlling colors, spacing, and styles for a cohesive application design."
}
```
# LeptonX CSS Variables Documentation
LeptonX uses CSS custom properties (variables) prefixed with `--lpx-*` to provide a flexible theming system. These variables control colors, spacing, shadows, and component-specific styles throughout the application.

Loading…
Cancel
Save