Modify the directory structure
Modify the directory structure
This commit is contained in:
parent
31fbef10e4
commit
4b05d84ea2
175 changed files with 48 additions and 46 deletions
2
src/styles/packages/index.less
Normal file
2
src/styles/packages/index.less
Normal file
|
@ -0,0 +1,2 @@
|
|||
@import "signin";
|
||||
@import "signup";
|
3
src/styles/packages/signin.less
Normal file
3
src/styles/packages/signin.less
Normal file
|
@ -0,0 +1,3 @@
|
|||
.signin{
|
||||
color: #f00;
|
||||
}
|
3
src/styles/packages/signup.less
Normal file
3
src/styles/packages/signup.less
Normal file
|
@ -0,0 +1,3 @@
|
|||
.signup{
|
||||
color: #f60;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue