This also tries to make the autoscroll functionality a bit more consistent, where all items are always shown in the list, but items which have not yet occurred will be partially transparent until they happen. Due to that change, autoscroll behavior which previously always went all the way to the bottom of a list didn't make sense anymore, so now it scrolls to the current item.
9 lines
No EOL
197 B
TypeScript
9 lines
No EOL
197 B
TypeScript
declare module '*.scss' {
|
|
const content: Record<string, string>;
|
|
export default content;
|
|
}
|
|
|
|
declare module '*.css' {
|
|
const content: Record<string, string>;
|
|
export default content;
|
|
} |