You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't only an issue when it is the first line of a code block. I have a comment displaying how to use a custom style with the an @apply and @ breaks it.
Description
The character '@' cannot be the first character of a line inside a code snippet.
example:
Expected outcome
the following text:
@media (max-width: 768px) {
.hiddenOnSmallScreen {
display: none !important;
}
}
coloured accordingly to the language.
Actual outcome
Steps to reproduce
Browsers Affected
all browsers are affected
Workaround
You can skip this behaviour by putting the 'Zero-width non-joiner', (which is the following, embraced in brackets [ ]) before '@'.
The text was updated successfully, but these errors were encountered: