[Webkit-unassigned] [Bug 201560] New: Web Inspector: CSS Formatter: the closing } of nested @media aren't indented
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 6 14:05:28 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201560
Bug ID: 201560
Summary: Web Inspector: CSS Formatter: the closing } of nested
@media aren't indented
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
```
@media print{@media screen{body{color:red;}}}
```
should be formatted as
```
@media print {
@media screen {
body {
color: red;
}
}
}
```
but instead appears as
```
@media print {
@media screen {
body {
color: red;
}
}
}
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190906/31e95752/attachment.html>
More information about the webkit-unassigned
mailing list