Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: remove duplicated text
  • Loading branch information
Frooastside committed Apr 16, 2026
commit 1a3cfbd95500880724f171d288c77a12d23c68b1
2 changes: 1 addition & 1 deletion adev/src/content/guide/components/host-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ In cases like this, the following rules determine which value wins:
## Styling with CSS custom properties

Developers often rely on [CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascading_variables/Using_CSS_custom_properties) to enable a flexible configuration of their component's styles.
You can set such custom properties on a host element with a [style binding][style binding](guide/templates/binding#css-style-properties).
You can set such custom properties on a host element with a [style binding](guide/templates/binding#css-style-properties).

```angular-ts
@Component({
Expand Down
Loading