mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Use .module.css extension for CSS Modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as style from './styles.css';
|
||||
import * as style from './styles.module.css';
|
||||
|
||||
export interface SnackOptions {
|
||||
timeout?: number;
|
||||
|
||||
Reference in New Issue
Block a user