-
Notifications
You must be signed in to change notification settings - Fork 48
info about extends #73
Comments
@lukeapage unless someone else beats me to it, I will be sure to use that blog post as a base for the extend documentation. good write up |
It'd be useful to have concrete information on the mechanism. For example, it's clear to me why (from the blog post) the |
+1 what @extemporalgenome said. And why/how does And what if I have multiple And what if when I extend a selector inside one What happens if I extend a mixin? i.e. |
Hmmm... I found the test files and am now reading through those. |
I started to write about extend on less4j wiki. I will be happy to add the same or similar to less.js documentation too once it is finished. I just do not want to do it while less.js documentation refactoring is in progress. |
I was going to write some more info for the website, starting with porting |
@LukePage Whichever you prefer. I will write some more for java in any case, I always document what I ported. It helps me to remember what I intended to implement later on (if that makes sense). On documentation: Altrough I would like to help with less.js, but I do not have enough time to learn it right now. Starting with new codebase requires bigger time chunks that I have available. I also wanted to catch up with less4j first, it should have at least those features that bootstrap uses. However, I could be able to process at least simple pull requests for documentation in the meantime. Some of them seem to be simple typo fixes and do not require that much learning as codebase. People are more likely to contribute if they do not see huge backlog of unanswered pull requests. What do you think? |
@SomMeri sorted it out now.. |
@SomMeri - thanks for excellent write up and especially making clear the syntax and example for multiple extends. @lukeapage - looking forward to see your page merged with @SomMeri. |
@SomMeri - thanks again for good writeup. I'd put question for how to use multiple inheritance on StackOverflow and your article was the only thing I found after hours of search that gave an answer. Here's my solution: http://stackoverflow.com/a/20158738/207661 |
you can see the current final write up here I would really really like to get our new docs as good as the current ones and replacing the website ASAP. :S |
can use http://www.scottlogic.co.uk/2013/03/extends-in-less/ as a base
The text was updated successfully, but these errors were encountered: