Revision d214e79485ec49c22a2d07333e26393951d77f2b authored by George Kalpakas on 05 February 2021, 10:49:10 UTC, committed by Alex Rickabaugh on 09 February 2021, 18:47:19 UTC
This commit removes some styles from `_api-list.scss` that are no longer
used (i.e. either their CSS selectors do not match any element in the
app or they are overridden by other rules).

PR Close #40704
1 parent 3224c52
Raw File
pre-commit
#!/bin/sh
. "$(dirname $0)/_/husky.sh"

yarn -s ng-dev format staged;
back to top