Skip to content

Commit

Permalink
docs: add cdk styles import to manual installation section (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
miljan-code authored Jan 7, 2025
1 parent 814062a commit c3158b1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ module.exports = {
}
"
/>
<p class="${hlmP}">
If you have manually added the variables to your style entrypoint, don't forget to import the Angular CDK
overlay styles too.
</p>
<spartan-code class="mb-6 mt-4" code="@import '@angular/cdk/overlay-prebuilt.css';" />
<p class="${hlmP}">
Also, make sure to check out the theming section to better understand the convention behind them and learn how
to customize your theme.
Expand Down

0 comments on commit c3158b1

Please sign in to comment.