We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6837101 commit e7b1234Copy full SHA for e7b1234
pkg/web_css/test/expression_test.dart
@@ -48,6 +48,7 @@ void main() {
48
expressions.removeWhere(
49
(e) => e.startsWith('detail-tab-') && e.endsWith('-content'));
50
expressions.removeWhere((e) => e.startsWith('package-badge-'));
51
+ expressions.removeWhere((e) => e.startsWith('pub-toc-node-'));
52
// shared CSS file (with dartdoc)
53
expressions.removeAll([
54
'cookie-notice-container',
0 commit comments