Optimise amount of initial CSS

This commit is contained in:
Jake Archibald
2020-11-26 15:40:36 +00:00
parent 4c03ceee04
commit 903c8b5d02
39 changed files with 29 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ import { twoUpHandle } from './custom-els/TwoUp/styles.css';
import type { PreprocessorState } from '../../feature-meta';
import { cleanSet } from '../../util/clean-modify';
import type { SourceImage } from '../../Compress';
import { linkRef } from 'shared/initial-app/util';
import { linkRef } from 'shared/prerendered-app/util';
interface Props {
source?: SourceImage;