Skip to content

Commit

Permalink
Merge pull request #4223 from Roardom/contributing-css
Browse files Browse the repository at this point in the history
(Add) CSS requirements to `CONTRIBUTING.md`
  • Loading branch information
HDVinnie authored Oct 14, 2024
2 parents 2b94479 + 35f1ead commit 3f01902
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ Common syntax | Shorter and more readable syntax
`->orderBy('age', 'desc')` | `->latest('age')`
`->orderBy('created_at', 'asc')` | `->oldest()`

### CSS

CSS should follow the [BEM methodology](https://getbem.com/) and the [7-1 SCSS Architecture](https://sass-guidelin.es/#the-7-1-pattern).

Any new pages should use the existing component styles unless a new block, element and/or modifier is being added. It is highly discouraged to add new components when an existing one will do.

## Other

Expand Down

0 comments on commit 3f01902

Please sign in to comment.