Closed bj-mcduck closed 9 years ago
Hi! Contributions are so much welcome!
ember-try
and always support latest beta and the two latest stable versionsThank you for your interest!
@miguelcobain I was just noticing now that there's some variance in what names the CSS styles get.
I see somethings like md-icon
as a tag name, and paper-icon
as the class name. Where as md-checkbox
has both tag name, and class name the same.
This could cause some confusion down the road. It may not be huge priority right now, but I was thinking I could create a wiki page for contributing so it'd be easier to keep it updated (doesn't require a PR, or push to update it). We don't necessarily need to go update all the current components to match immediately after deciding, but if we come up with a convention now there'll at least be a consistent expectation set going forward of how to code it, and how to style it in app.
Personally, I'd like to start forming an outline on how to answer questions like:
paper-wrapper
component, what name do we give an element that is within that component? _e.g., paper-wrapper_button
, paperwrapper-button_text
, etc._paper-component
, or md-component
across the board?Specifically that last one is another talking point. md-
is great because it's so short, but it is primed to conflict with the expected xs
, sm
, and md
breakpoints found in many other frameworks.
Anyway, lots of thoughts here... but figured I should post it for discussion.
Ahoy! I'm interested in contributing.
I'd like to know if you're using any specific SCSS structure, like SMACSS, BEM, or OOCSS.
Cheers