Skip to content

Commit

Permalink
Add web stream support
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed May 30, 2018
1 parent 1bd6628 commit cefaaea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/assets/less/bem/changelog-build.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
.box-color(3px, @changelog-stream--stable-fallback);
}

&--web {
.box-color(3px, @changelog-stream--web);
}

&--featured {
width: 260px;
}
Expand Down Expand Up @@ -138,6 +142,10 @@
.@{_top}--stable-fallback & {
background-color: @changelog-stream--stable-fallback;
}

.@{_top}--web & {
background-color: @changelog-stream--web;
}
}

&__name {
Expand Down
1 change: 1 addition & 0 deletions resources/assets/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
@changelog-stream--cutting-edge: @yellow;
@changelog-stream--lazer: @red;
@changelog-stream--lazer-experimental: @red;
@changelog-stream--web: @purple;

@changelog-stream--build-0: @purple;
@changelog-stream--build-1: @purple-darker;
Expand Down

0 comments on commit cefaaea

Please sign in to comment.