The "Done" section was previously broken in dark mode. This PR: - Fixes the dark mode styles - Expands the done section by default PR Close #42616
36 lines
1.0 KiB
SCSS
36 lines
1.0 KiB
SCSS
/* ==============================
|
|
MODULE STYLES
|
|
============================== */
|
|
|
|
@forward 'alert/alert';
|
|
@forward 'api-list/api-list';
|
|
@forward 'api-pages/api-pages';
|
|
@forward 'api-symbols/api-symbols';
|
|
@forward 'buttons/buttons';
|
|
@forward 'callout/callout';
|
|
@forward 'card/card';
|
|
@forward 'cli-pages/cli-pages';
|
|
@forward 'code/code';
|
|
@forward 'contribute/contribute';
|
|
@forward 'cookies-popup/cookies-popup';
|
|
@forward 'contributor/contributor';
|
|
@forward 'deploy-theme/deploy-theme';
|
|
@forward 'details/details';
|
|
@forward 'errors/errors';
|
|
@forward 'features/features';
|
|
@forward 'filetree/filetree';
|
|
@forward 'guides/guides';
|
|
@forward 'heading-anchors/heading-anchors';
|
|
@forward 'hr/hr';
|
|
@forward 'images/images';
|
|
@forward 'label/label';
|
|
@forward 'notification/notification';
|
|
@forward 'progress-bar/progress-bar';
|
|
@forward 'presskit/presskit';
|
|
@forward 'resources/resources';
|
|
@forward 'roadmap/roadmap';
|
|
@forward 'search-results/search-results';
|
|
@forward 'select-menu/select-menu';
|
|
@forward 'table/table';
|
|
@forward 'toc/toc';
|