Skip to content

Instantly share code, notes, and snippets.

View iamcerebrocerberus's full-sized avatar
🎯
I'm just an algorithm with a heart 🚶‍♂️

Cerebro Cerberus iamcerebrocerberus

🎯
I'm just an algorithm with a heart 🚶‍♂️
View GitHub Profile
@rveitch
rveitch / sass-7-1-pattern.scss
Last active May 12, 2024 21:18
Sass 7-1 Pattern
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel
@brianclements
brianclements / Commit Formatting.md
Last active May 21, 2024 09:54
Angular Commit Format Reference Sheet

Commit Message Format

This specification is inspired by and supersedes the [AngularJS commit message format][commit-message-format].

We have very precise rules over how our Git commit messages must be formatted. This format leads to easier to read commit history.

Each commit message consists of a header, a body, and a footer.