styles: Reorder rule to work around weird postcss-nested bug.

For mysterious reasons, this avoids the following message printed by
webpack on a cold cache after upgrading postcss-nested from 4.2.1 to
4.2.2:

Ignoring local source map at "/srv/zulip/<no source>" as resource is missing.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-07-29 19:58:12 -07:00 committed by Tim Abbott
parent 022c4fbfc7
commit efcba21100
1 changed files with 2 additions and 2 deletions

View File

@ -3454,6 +3454,8 @@ nav {
}
&.active {
font-weight: 400;
&::after {
content: ">";
transform: scale(1, 1);
@ -3461,8 +3463,6 @@ nav {
left: -25px;
font-weight: 400;
}
font-weight: 400;
}
}
}