We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A regression has appeared in the latest create-vue version '2023-05-12 (v3.6.4)', in the starter project.
The commented line below has been removed from the base example:
*, *::before, *::after { box-sizing: border-box; margin: 0; /* position: relative; */ font-weight: normal; }
causing the page to display as such, with all the icons packed on the center-left of the screen:
The text was updated successfully, but these errors were encountered:
Seems to have been fixed by #278
Sorry, something went wrong.
No branches or pull requests
A regression has appeared in the latest create-vue version '2023-05-12 (v3.6.4)', in the starter project.
The commented line below has been removed from the base example:
causing the page to display as such, with all the icons packed on the center-left of the screen:

The text was updated successfully, but these errors were encountered: