Skip to content

Commit

Permalink
fix(component): fix can not found watermark style file
Browse files Browse the repository at this point in the history
  • Loading branch information
hankliu62 committed Apr 22, 2024
1 parent 9ee05c9 commit 6956473
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/fullpage/style/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import '../../style/themes/variable';
2 changes: 2 additions & 0 deletions components/fullpage/style/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import '../../style/index.less';
import './index.less';
1 change: 1 addition & 0 deletions components/watermark/style/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import '../../style/themes/variable';
2 changes: 2 additions & 0 deletions components/watermark/style/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import '../../style/index.less';
import './index.less';

0 comments on commit 6956473

Please sign in to comment.