Here's a "toe in the water" link for anyone interested: http://developer.android.com/tools/devices/emulator.html
--
You received this message because you are subscribed to the Google Groups "Object Oriented CSS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to object-oriented...@googlegroups.com.
To post to this group, send email to object-or...@googlegroups.com.
Visit this group at http://groups.google.com/group/object-oriented-css?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
To unsubscribe from this group and stop receiving emails from it, send an email to object-oriented-css+unsub...@googlegroups.com.
Hi Matt,
Check out Chris Coyier's article�Don�t Overthink It Grids for my inspiration for the "cell" class.
--
You received this message because you are subscribed to the Google Groups "Object Oriented CSS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to object-oriented...@googlegroups.com.
To post to this group, send email to object-or...@googlegroups.com.
Visit this group at http://groups.google.com/group/object-oriented-css?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
�
�
To unsubscribe from this group and stop receiving emails from it, send an email to object-oriented-css+unsub...@googlegroups.com.
Maybe I should have explained it better in the docs or used different semantics, but you don't need to wrap every grid cell with a div that contains the "cell". If you don't need a gutter, the "cell" class is optional. Thus, it seems to me the purpose of your "std-gutter" class is identical to that of the "cell" class.
/* ====== Default spacing ====== */h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote, .media {margin:10px;}
Further, I don't think selectors like .myClass > * {} and .myClass > .myClass {} are a good idea for various reasons
Do let me know when you finish your documentation site, so I can add it to the showcase I'm planning to put on the Cascade Framework home page in the near future
As I said, margins and paddings aren't inherited unless you explicitly define them as such. So if you define a margin or padding for the "with-gutter" class, your <p></p>, <h1></h1> or <div></div> that is a child of <div class="with-gutter"></div> don't inherit its margins and padding unless you explicitly said they should.
In the upcoming Sass version of Cascade Framework, I'll probably use configuration parameters to let developers and designers define which padding and margin to use for their ".col", their ".cell" and other classes by default. Once there, this discussion becomes kinda moot :-)
It seems to me that backend languages are better suited for generating a documentation page, as you want your documentation to be accessed by as many devices and browsers as possible... and JS dependance restricts access to your page to only browsers that have JS enabled. Don't you agree?
--
You received this message because you are subscribed to the Google Groups "Object Oriented CSS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to object-oriented...@googlegroups.com.
To post to this group, send email to object-or...@googlegroups.com.
Visit this group at http://groups.google.com/group/object-oriented-css.
--
Actually, try this URL 10 minutes from now or later:
http://mbrowne.github.io/ClassRegistration-DCI/
I think I may have just succeeded in setting it up on github.
On 11/20/13 8:16 AM, John Slegers wrote:
--What's up with your documentation site? Did you move it? I noticed the original URL is down...
Op vrijdag 5 juli 2013 23:55:22 UTC+2 schreef Matthew Browne:Hi John,
Nice work.
I recently used the full version to create a documentation site and am in the process of using it to build a real site.
You received this message because you are subscribed to the Google Groups "Object Oriented CSS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to object-oriented-css+unsub...@googlegroups.com.