fuqlibs
-
Question about a Framework I am working on.
I wanted to add that the popular .media object by Nicole Sullivan that popularized these principles RARELY scope to a tag, but warned against the practice. Otherwise it would look like this: .media { } .media img (instead of .media__body …
-
Question about a Framework I am working on.
I'm sorry for sounding harsh, but you do not know what you are talking about. It is good semantics based on the B.E.M naming convention and name-based scoping rules. "Elements" are not scoped to a tag but a Block in B.E.M. Semantics …
-
oocss / b.e.m question
I think that my reasoning when doing this originally was correct. Here is an interesting read. I believe the same person wrote inuit.css. I have no idea why bootstrap is making --pills and --tabs modifiers and trapping additional options in. Tabs sh…
-
oocss / b.e.m question
I just wanted to add the markup would look like this for the current solution If I make tabs as a modifier, it would appear like this to define its position Thanks again for your help. I do appreciate it.
-
oocss / b.e.m question
Current Hierarchy Each class below list requires the list object to appear in the class attribute. The reason is, List contains all the main code, like the clearfix, changing the list type, setting the padding, etc. It was setup to be DRY. list …
-
oocss / b.e.m question
I am not finding much on "sub-modules" even in that article. The one problem I see with keeping these as modifiers is that each can have additional modifiers and I am not sure that fits in the B.E.M. structure. For example, currently I ha…
-
oocss / b.e.m question
Can you also give me an example of sub-modules for future reference.
-
oocss / b.e.m question
Thank you for the advise. It is much appreciated.
-
What is the best way of clearing floats in css?
Thank you for all your help everyone. It is much appreciated.
-
What is the best way of clearing floats in css?
I guess my follow up question is: Is there a place you can recommend with global statistics on browser usage? This company is not running any type of analytic program and I would like to keep the size of the file down.