You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per COS dev docs, we use 4-space soft tabs for (S)CSS.
Unless otherwise specified here, use the airbnb SCSS styleguide.
We don't use the Block-Element-Modifier naming convention because we believe that SCSS renders it unnecessary, and that, on small, closely-coordinated teams, we can expect a higher standard of reusability.
Default to osf style whenever there's uncertainty about whether or not something will fit in, look good, or be consistent.
Javascript
Ember
We use a pod-based component structure, where every entry in the app/components folder is a subdirectory component-name with files template.hbs and component.js inside.
Every component should have a comment at the beginning of the template with the component's name.