Add support for less variables and using a custom theme

This commit is contained in:
Gabe Kangas
2022-04-25 15:52:38 -07:00
parent 1c77219a75
commit 3ce6fd4cb3
13 changed files with 135 additions and 135 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import 'antd/dist/antd.css';
import '../styles/globals.scss';
import '../styles/global.less';
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },