mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-19 03:59:09 +00:00
Use .module.css extension for CSS Modules
This commit is contained in:
@@ -3,7 +3,7 @@ import { bind } from '../../lib/initial-util';
|
||||
import { inputFieldValueAsNumber, preventDefault } from '../../lib/util';
|
||||
import { EncodeOptions } from './encoder-meta';
|
||||
import Range from '../../components/range';
|
||||
import * as style from '../../components/Options/style.scss';
|
||||
import * as style from '../../components/Options/style.module.scss';
|
||||
|
||||
type Props = {
|
||||
options: EncodeOptions;
|
||||
|
||||
Reference in New Issue
Block a user