mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 03:00:13 +00:00
Use .module.css extension for CSS Modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { h, Component } from 'preact';
|
||||
import * as prettyBytes from 'pretty-bytes';
|
||||
import * as style from './style.scss';
|
||||
import prettyBytes from 'pretty-bytes';
|
||||
import * as style from './style.module.scss';
|
||||
|
||||
interface Props {
|
||||
blob: Blob;
|
||||
|
||||
Reference in New Issue
Block a user