Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Add support for custom namespace tags selectors #120

Closed
HarryLyu opened this issue Jul 8, 2013 · 1 comment
Closed

Add support for custom namespace tags selectors #120

HarryLyu opened this issue Jul 8, 2013 · 1 comment

Comments

@HarryLyu
Copy link

HarryLyu commented Jul 8, 2013

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?

@andrew
Copy link
Contributor

andrew commented Jul 8, 2013

That's an error in libsass, node-sass is just a thin wrapper around it, I'd recommend opening an issue here: https://github.com/hcatlin/libsass/issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants