Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 356 Bytes

rules.md

File metadata and controls

12 lines (8 loc) · 356 Bytes

Speak English

Comments in English but also documents, Trello cards, etc.

CSS

class name: smaller-text and component-shape

Using a grid

Only use grid to display cards. To align other items, like buttons, prefer display: flex.

Use partials

When you are creating a component, think partial. Partial permits to use less code and make it DRY.