Skip to content

Commit

Permalink
🔧 chore(position.scss): Commit to record that there was a breaking ch…
Browse files Browse the repository at this point in the history
…ange to position classes 4 months ago.

- uposition-static => u-static
- u-position-fixed => u-fixed
- u-position-absolute => u-absolute
- u-position-relative => u-relative
- u-position-sticky => u-sticky
  • Loading branch information
Spiderpig86 committed May 17, 2021
1 parent 639f52f commit 9edfab5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -3194,8 +3194,6 @@ ul {
border-left: 1px solid #dee2e6;
margin: 0.75rem;
padding-left: 0.75rem; }
ul li.menu-item:last-child {
margin-bottom: 0; }
ul .divider {
border-top: 0.1rem solid #e9ecef;
height: 0.1rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -6466,8 +6466,6 @@ ul {
border-left: 1px solid #dee2e6;
margin: 0.75rem;
padding-left: 0.75rem; }
ul li.menu-item:last-child {
margin-bottom: 0; }
ul .divider {
border-top: 0.1rem solid #e9ecef;
height: 0.1rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/core/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ ul {
padding-left: 0.75rem;
}

li.menu-item:last-child {
margin-bottom: 0;
}
// li.menu-item:last-child { Deprecated 0.6.2
// margin-bottom: 0;
// }

/* Menu item divider */
.divider {
Expand Down
1 change: 1 addition & 0 deletions src/core/utils/position.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

$positions: static, fixed, absolute, relative, sticky;

// Comment here just for commit.
@include generate-classes-for-viewport($positions, 'position');

0 comments on commit 9edfab5

Please sign in to comment.