1 /* stylelint-disable selector-class-pattern */
3 .mw-parser-output a.external {
4 /* Expand URLs for printing */
7 content: ' (' attr( href ) ')';
12 /* Expand protocol-relative URLs for printing */
13 &.text[ href^='//' ]:after,
14 &.autonumber[ href^='//' ]:after {
15 content: ' (https:' attr( href ) ')';