Skip to content

Multiple classes #168

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

Closed
dom-kelly opened this issue Mar 20, 2017 · 8 comments
Closed

Multiple classes #168

dom-kelly opened this issue Mar 20, 2017 · 8 comments
Milestone

Comments

@dom-kelly
Copy link

Are multiple classes supported? e.g.

/* input.css */
.class, 
[type="text"], 
[class*="lorem-1 lorem-2"],
[id^="myID"] { 
    color: red; 
}

/* Output example */
.class, 
[type="text"], 
[class*="test-lorem-1, test-lorem-2"],
[id^="test-myID"] { 
    color: red; 
}
@Scrum Scrum modified the milestones: 0.0.12, 0.1.0 Mar 21, 2017
@Scrum
Copy link
Owner

Scrum commented Mar 21, 2017

@dominicjameskelly hi, not yet, but soon will be. Thanks for the feedback.

@dom-kelly
Copy link
Author

Excellent, thanks!

@Scrum Scrum closed this as completed in d7a9e62 Mar 22, 2017
@Scrum
Copy link
Owner

Scrum commented Mar 22, 2017

@dominicjameskelly Enjoy :)

@dom-kelly
Copy link
Author

Thanks so much! I'll give it a go :)

@dom-kelly
Copy link
Author

dom-kelly commented Mar 22, 2017

Trying to grab this from npm:

npm install postcss-attribute-selector-prefix --save-dev

But it's fetching [email protected] which doesn't seem to include the changes in GIT?

@dom-kelly
Copy link
Author

Ignore, got it pulled in fine now.

@Scrum
Copy link
Owner

Scrum commented Mar 22, 2017

👍

@dom-kelly
Copy link
Author

Thanks again!

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

2 participants