Skip to content
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

SASS cannot be compiled to CSS in a project #133

Open
petar-i-todorov opened this issue Dec 6, 2024 · 1 comment
Open

SASS cannot be compiled to CSS in a project #133

petar-i-todorov opened this issue Dec 6, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@petar-i-todorov
Copy link

petar-i-todorov commented Dec 6, 2024

Describe the bug
In a Kendo Bootstrap project, after changing the value of $kendo-font-size to any new value (e.g., 2rem or 14px), the project gives a "There are errors in SASS and it cannot be compiled to CSS." error, and the export functionality doesn't work.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Kendo Bootstrap project.
  2. Update the value of $kendo-font-size to any new value (e.g., 2rem, or 14px).
  3. Refresh the page.

Actual Results
There are errors as the SASS cannot be compiled into CSS. The export functionality doesn't work either.

Expected behavior
There are no errors, and the export functionality works.

Additional context
Changing the value back to the default (1rem) doesn't make the errors fade away. However, exporting the metadata from the affected project and importing it into a newly created one resolves the issue.

Reported through t.1672625.

@petar-i-todorov petar-i-todorov added the Bug Something isn't working label Dec 6, 2024
@NickIliev
Copy link
Member

+1 from 1673108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants