Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudo-class validators do not receive hinting #195

Open
tomrav opened this issue Mar 13, 2018 · 0 comments
Open

Pseudo-class validators do not receive hinting #195

tomrav opened this issue Mar 13, 2018 · 0 comments

Comments

@tomrav
Copy link
Collaborator

tomrav commented Mar 13, 2018

Currently, hinting is only provided for state definitions and their type.
Hinting for each validator used in a type needs to be added

Example for missing hint:

.myClass {
    -st-states: someState( string ( contains( [caret here] ) ) );
}

String validator: function contains(match: string)

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

No branches or pull requests

1 participant