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

-st-compose documentation need better examples #84

Closed
qballer opened this issue Aug 23, 2017 · 6 comments
Closed

-st-compose documentation need better examples #84

qballer opened this issue Aug 23, 2017 · 6 comments
Labels
deprecated Removed feature or API docs Documentation stylable.io Stylable website and doc center

Comments

@qballer
Copy link
Contributor

qballer commented Aug 23, 2017

compose example isn't clear in the sense what you are getting out of it. The css output isn't really helping here. We should see the service this operation provides.

cc: @barak007, @AnnieLR

@qballer qballer added the docs Documentation label Aug 23, 2017
@arnonkehat arnonkehat changed the title stylable docs in -st-compose documentation need better examples Aug 27, 2017
@arnonkehat arnonkehat changed the title -st-compose documentation need better examples -st-compose documentation need better examples Aug 27, 2017
@arnonkehat arnonkehat changed the title -st-compose documentation need better examples -st-compose documentation need better examples Aug 27, 2017
@arnonkehat
Copy link
Collaborator

@qballer what do you mean? the value proposition behind -st-compose?

@barak007
Copy link
Collaborator

barak007 commented Aug 27, 2017 via email

@arnonkehat
Copy link
Collaborator

You mean something like this?

CSS API:

@namespace "Comp";
.item {
    color: red;
    font-size: 20px;
}
.selected {
    -st-compose: item;
    color: green;
    border: 2px solid green;
}

CSS OUTPUT:

.Comp__item { color: red; font-size: 20px; }
.Comp__selected.Comp__item { border: 2px solid green; color: green; font-size: 20px; }

@barak007
Copy link
Collaborator

barak007 commented Aug 28, 2017 via email

@arnonkehat
Copy link
Collaborator

so i don't understand. code example please

@tomrav tomrav added the stylable.io Stylable website and doc center label May 29, 2018
@tomrav
Copy link
Collaborator

tomrav commented Oct 22, 2018

-st-compose has been deprecated.

@tomrav tomrav closed this as completed Oct 22, 2018
@tomrav tomrav added the deprecated Removed feature or API label Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated Removed feature or API docs Documentation stylable.io Stylable website and doc center
Projects
None yet
Development

No branches or pull requests

4 participants