Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

throws an error when comes to several selectors #7

Open
kalinichenko opened this issue Jan 12, 2016 · 1 comment
Open

throws an error when comes to several selectors #7

kalinichenko opened this issue Jan 12, 2016 · 1 comment

Comments

@kalinichenko
Copy link

.trip,
.trip-disabled {
background-color: #eaeaea;
}

Module build failed: ModuleBuildError: Module build failed: TypeError: Cannot read property '0' of null
at getFirst (/.../node_modules/postcss-namespace/index.js:18:45)

@totora0155
Copy link
Collaborator

omg:fearful:

I don't know well, maybe.
If you like, please give a little more wide info? (code)


@prefix namespace;

.trip,
.trip-disabled {
  background-color: #eaeaea;
}

/*
.namespace-trip,
.namespace-trip-disabled {
  background-color: #eaeaea;
}
*/

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