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

Enums css properties with dashes (-) #40

Closed
evanre opened this issue Jan 9, 2016 · 2 comments
Closed

Enums css properties with dashes (-) #40

evanre opened this issue Jan 9, 2016 · 2 comments

Comments

@evanre
Copy link

evanre commented Jan 9, 2016

Hi, I try to customize list of enums. And I find a problem with enum items that contains few dashes. (f.e. ease-in-out, nth-of-child etc.). When i list this items and reach some property with few dashes it stops listing.

P.S. By the way, it would be cool to improve lists functionality, e.g. to expand list of available characters. To male possible write something like this:
[":first-child", ":last-child", ":last-of-type", ":nth-child()", ":nth-last-child()", ":nth-of-type()"],

P.P.S Sorry for my English, maybe, a I can explain my problem better in Russian? :)

@evanre
Copy link
Author

evanre commented Jan 9, 2016

One more thing. I Have a problem with properties that contains two and more words. e.g. You add by dafault list ["margin", "padding"] If i had combine property margin: 10px 20px; All warks good, but it doesn't with sides -left, -right .etc. It would be great to make possible change words separetly {margin-padding-border}-{left-right-top-bottom}:... Thanks for a great tool :)

@rmaksim
Copy link
Owner

rmaksim commented Jun 28, 2016

fixed first part of issue - items that contains few dashes
see example in settings

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

No branches or pull requests

2 participants