Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5a1009

Browse filesBrowse files
committed
chore: clean-up
1 parent bacad79 commit e5a1009
Copy full SHA for e5a1009

File tree

2 files changed

+0
-12
lines changed
Filter options

2 files changed

+0
-12
lines changed

‎packages/docs/components/navbar.md

Copy file name to clipboardExpand all lines: packages/docs/components/navbar.md
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,10 +1304,6 @@ Variables for all navbars:
13041304

13051305
<ScssDocs file="_variables.scss" capture="navbar-variables"/>
13061306

1307-
Variables for the [dark navbar](#color-schemes):
1308-
1309-
<ScssDocs file="_variables.scss" capture="navbar-dark-variables"/>
1310-
13111307
### SASS loops
13121308

13131309
[Responsive navbar expand/collapse classes](#responsive-behaviors) (e.g., `.navbar-expand-lg`) are combined with the `$breakpoints` map and generated through a loop in `scss/_navbar.scss`.

‎packages/docs/forms/validation.md

Copy file name to clipboardExpand all lines: packages/docs/forms/validation.md
-8Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -808,20 +808,12 @@ If your form layout allows it, you can swap the text for the tooltip to display
808808

809809
### CSS variables
810810

811-
CoreUI for Vue components use local CSS variables for validation for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
812-
813-
<ScssDocs file="_root.scss" capture="root-form-validation-variables"/>
814-
815811
These variables are also color mode adaptive, meaning they change color while in dark mode.
816812

817813
### SASS variables
818814

819815
<ScssDocs file="_variables.scss" capture="form-feedback-variables" />
820816

821-
<ScssDocs file="_variables.scss" capture="form-validation-colors" />
822-
823-
<ScssDocs file="_variables-dark.scss" capture="form-validation-colors-dark" />
824-
825817
### SASS mixins
826818

827819
Two mixins are combined, through our loop, to generate our form validation feedback styles.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.