Refactor(css): Change all less to module mode
This commit is contained in:
8
src/components/Playground/index.module.less
Normal file
8
src/components/Playground/index.module.less
Normal file
@@ -0,0 +1,8 @@
|
||||
.root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
> * {
|
||||
width: 0 !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user