Skip to content

Commit 2c69b15

Browse files
committed
Clean up comments in effects partial
1 parent 44e4a0a commit 2c69b15

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/assets/stylesheets/partials/_effects.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// ----------------------------------------------------
2-
// CENTRALIZED LOCATION FOR ANIMATIONS AND TRANSITIONS
3-
// ----------------------------------------------------
1+
// --------------------------------------------------------------
2+
// CENTRALIZED LOCATION FOR ANIMATIONS, TRANSITIONS, AND OUTLINES
3+
// --------------------------------------------------------------
44

55
// ANIMATION
66

@@ -10,7 +10,8 @@
1010
text-decoration: underline transparent;
1111
}
1212

13-
//
13+
// OUTLINE
14+
1415
@mixin set-focus-outline() {
1516
*:focus-visible {
1617
outline: 2px solid $color-focus-dark;

0 commit comments

Comments
 (0)