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
@brianclements
brianclements / Commit Formatting.md
Last active June 12, 2024 00:10
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.

@rveitch
rveitch / sass-7-1-pattern.scss
Last active June 1, 2024 03:33
Sass 7-1 Pattern
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel