-
Notifications
You must be signed in to change notification settings - Fork 67
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
Missing information in CSS chapter #12
Comments
I felt like I missed a few things on CSS. I can try to go through it later although it might be a week or two after I start my new job. You guys are welcome to improve it especially if you have a clear outline of what needs to be added. I have a feeling my involvement with the guide will be increasing again, because there are a lot of folks wanting to learn TornadoFX where I'm going. |
That sounds perfect, Thomas! So happy for your involvement in this project, it means a lot. |
@edvin absolutely, I am happy to. Almost done with Packt book as well. Ill have much more time when I hug the draft finished. |
In addition to more complex selectors, it's probably a good idea to show how to use selectors for things other than classes (i.e. elements, IDs, and pseudo-classes). |
@t-boom You know this subject better than me, so feel free to make changes to the guide for this chapter if you like. I can look it over later. |
@t-boom did a quick sweep and notices some missing parts in the CSS chapter. We also need to figure out if the CSS information in the Wiki contains information that should be ported to the guide.
box
helper function seems to be lackingremoveClass
,toggleClass
,hasClass
, orselect
onNode
sThe text was updated successfully, but these errors were encountered: