dart-lang / dartdoc

API documentation tool for Dart.
https://pub.dev/packages/dartdoc
BSD 3-Clause "New" or "Revised" License
471 stars 118 forks source link

set default for icon sizes in CSS #2767

Open jcollins-g opened 3 years ago

jcollins-g commented 3 years ago

This may be negatively impacting page loading times for the Icon class.

https://api.flutter.dev/flutter/material/Icons-class.html

@jacob314

guidezpl commented 2 years ago

Is this not the case right now?

.md-36 {
    font-size: 36px;
}