You cannot post messages because only members can post, and you are not currently a member.
Description:
A group to discuss Object Oriented CSS, updates on conferences and talks, and announcements regarding new releases.
|
|
|
REMS in Android
|
| |
I have been having issues using REMS in Android, specifically 4.2. Unfortunately I cannot provide a code sample at the moment. Today I spotted this link: [link] While REMS appear to work when I go to this link on my Android device [link]... more »
|
|
Cascade Framework
|
| |
Hi all, I thought it was worth creating a new thread about John's Cascade Framework, since there's been a good bit of discussion about it... The framework looks very nice, but I just wanted to let you know that when I tried to browse the site ([link]) on my Android phone, the navigation button didn't work, so I was only able... more »
|
|
Brand new and fully responsive OOCSS framework
|
| |
I like Bootstrap's design and overall feature set, but I don't like its architecture. With regards to Nicole's OOCSS project it's the other way around. I like her overall architecture but can't say I'm impressed by its design and feature set. It also doesn't seem to be maintained anymore. About a week ago, I released *Cascade Framework<[link]>... more »
|
|
Can oocss and sass implemented on the pre existing web applications
|
| |
Hi All, Need every one suggestions out there. I my company I have been asked to use the OOCSS and SASS on our product. It was created around 6 years back and lot of people have worked on it. Now I have been asked to use OOCSS and SASS on the portal. As per my understanding its not possible to get it implemented on the... more »
|
|
Avoiding chained classes: still relevant?
|
| |
I'm curious about a rule about disallowing adjoined classes from CSS Lint. The explanation ([link]) speaks about IE6's lack of support for chained classes like .foo.bar { ... ...Now that some have begun dropping IE6 support, is this rule still relevant?... more »
|
|
Border Box and grid spacing
|
| |
*(Skip this paragraph if you don't want to read about my infatuation with OOCSS)* Within the past 6 months or so, I've been implementing OOCSS principles into my team's workflow and have had some amazing results. It's an absolutely beautiful feeling to simply link to our "bootstrap" css file and simply write HTML and suddenly have a working page with all of the... more »
|
|
Headings question: Basic concept/usage?
|
| |
Hello,
Sorry in advance if this is documented somewhere... If such a page
exists, I'd love a link to read the details.
This article has been very helpful:
<[link]>
Looking at OOCSS "Headings" css, I see:
h1, .h1{ ... }... more »
|
|
Please explain function of .line:before and .line:after classes
|
| |
I often see classes like the following in object-oriented CSS schemas: .line:before, .line:after { content: ""; display: table; } Sometimes the value of the content property is a lot of X's, as in {content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x... more »
|
|
|