diff --git a/components/fullpage/style/index.less b/components/fullpage/style/index.less new file mode 100644 index 0000000..7bdd000 --- /dev/null +++ b/components/fullpage/style/index.less @@ -0,0 +1 @@ +@import '../../style/themes/variable'; diff --git a/components/fullpage/style/index.tsx b/components/fullpage/style/index.tsx new file mode 100644 index 0000000..3a3ab0d --- /dev/null +++ b/components/fullpage/style/index.tsx @@ -0,0 +1,2 @@ +import '../../style/index.less'; +import './index.less'; diff --git a/components/watermark/style/index.less b/components/watermark/style/index.less new file mode 100644 index 0000000..7bdd000 --- /dev/null +++ b/components/watermark/style/index.less @@ -0,0 +1 @@ +@import '../../style/themes/variable'; diff --git a/components/watermark/style/index.tsx b/components/watermark/style/index.tsx new file mode 100644 index 0000000..3a3ab0d --- /dev/null +++ b/components/watermark/style/index.tsx @@ -0,0 +1,2 @@ +import '../../style/index.less'; +import './index.less';