8000 Fix var invalid pseudo element in _form-select.scss by imcyee · Pull Request #908 · coreui/coreui · GitHub
[go: up one dir, main page]

Skip to content

Fix var invalid pseudo element in _form-select.scss #908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2025

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
5EA5
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
0