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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Hello!
I have custom HTML namespaces in my project and using custom html tags.
I used to write such CSS code:
namespace:customtag {
color: red;
}
But when I switched to node-sass to compile my code, I receive an exception
/data/www/igor/web/scss/TEST.scss:1: error: invalid top-level expression
Compiling this code with simple command line scss
scss TEST.scss > 1.css
works well.
Is it a bug of node-sass or libsass?
The text was updated successfully, but these errors were encountered: