-
Bug
-
Resolution: Fixed
-
Major
-
3.2
I've discovered it's really easy to break the boost theme by entering invalid scss. For example, I just entered the following:
$border-radius: 50%
|
This caused compilation to fail entirely.
These kinds of mistake are really easy to make - in this case I just missed the trailing semi-colon.
We should attempt to validate the scsspre and scss when saving and warn if it's invalid. Ideally we should not use it if invalid and continue to generate the theme.