Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Warning: "The selector X is undefined" #24

Closed
Semigradsky opened this issue Jul 8, 2015 · 5 comments
Closed

Warning: "The selector X is undefined" #24

Semigradsky opened this issue Jul 8, 2015 · 5 comments
Assignees

Comments

@Semigradsky
Copy link
Member

cssnext: 1.8.0

Input:

@custom-selector :--modal .ReactModal__Overlay;
@custom-selector :--modal-content .ReactModal__Content;

:--modal-content.users {
  width: 400px;
}

Warning:

users.css:4:1: The selector ':--modal-content' is undefined

@Semigradsky
Copy link
Member Author

For this input warning not showed:

@custom-selector :--modal-content .ReactModal__Content;

:--modal-content.users {
  width: 400px;
}

@MoOx MoOx self-assigned this Jul 8, 2015
@MoOx
Copy link
Contributor

MoOx commented Jul 8, 2015

Seems related to #19
I am refactoring this plugin in order to fix several issues.

@yisibl
Copy link
Contributor

yisibl commented Jul 9, 2015

@MoOx Thank you for working so hard.

@MoOx
Copy link
Contributor

MoOx commented Jul 14, 2015

Can you try with 2.3.0 ?

@Semigradsky
Copy link
Member Author

👍

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

3 participants