Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 29, 2023
1 parent 6cd00aa commit a0b0049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quark/src/button/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Button components can contain an Icon. This is done by setting `icon` prop withi

## CSS Variables

The component provides the following [CSS variables](https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_custom_properties), which can be used to customize styles. Please refer to [ConfigProvider component](#/zh-CN/guide/theme).
The component provides the following [CSS variables](https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_custom_properties), which can be used to customize styles.

| Name | Description | Default Value |
| ---------------------------- | -------------------------------- | ------------- |
Expand Down
4 changes: 4 additions & 0 deletions scripts/copydocs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import fse from "fs-extra";
import path from "path";
import { fileURLToPath } from "url";

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

const targetBaseUrl = `${process.cwd()}/site_docs`;

Expand Down

0 comments on commit a0b0049

Please sign in to comment.