mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-29 00:59:43 +00:00
migrate to CSS Modules
This commit is contained in:
parent
c5b43f2e55
commit
d9be5c1eba
51 changed files with 1684 additions and 1630 deletions
12
src/components/LoadDemoButton.module.css
Normal file
12
src/components/LoadDemoButton.module.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.Root {
|
||||
composes: IconButton from "./InspectorControls.module.css";
|
||||
composes: LabelledButton from "./InspectorControls.module.css";
|
||||
}
|
||||
|
||||
.ButtonLabel {
|
||||
composes: ButtonLabel from "./InspectorControls.module.css";
|
||||
}
|
||||
|
||||
.DemoIcon {
|
||||
font-size: 19px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue