Use .module.css extension for CSS Modules

This commit is contained in:
Jason Miller
2020-08-12 18:14:16 -04:00
parent d0f5d5a644
commit 3f0e31c529
37 changed files with 34 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
import { h, Component } from 'preact';
import * as style from './style.scss';
import * as style from './style.module.scss';
import RangeInputElement from '../../custom-els/RangeInput';
import '../../custom-els/RangeInput';
import { linkRef, bind } from '../../lib/initial-util';