Skip to content

Conversation

@imcyee
Copy link
Contributor

@imcyee imcyee commented Feb 10, 2025

Fix pseudo element error for sass

border-color: var($form-select-focus-border-color);

to

border-color: $form-select-focus-border-color;

Fix pseudo element error for sass
```
border-color: var($form-select-focus-border-color);
```
to 
```
border-color: $form-select-focus-border-color;
```
@mrholek mrholek merged commit 89fcffa into coreui:main Feb 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants