build: sync config
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const COLOR_PRIMARY = '#007BFF';
|
||||
@@ -1,4 +1,4 @@
|
||||
import { COLOR_PRIMARY } from './index';
|
||||
import { COLOR_PRIMARY } from './constants';
|
||||
|
||||
export default {
|
||||
'root-entry-name': 'variable',
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
import { COLOR_PRIMARY } from './constants';
|
||||
import dark from './dark';
|
||||
import light from './light';
|
||||
|
||||
export const COLOR_PRIMARY = '#007BFF';
|
||||
|
||||
export default {
|
||||
light,
|
||||
dark,
|
||||
colorPrimary: COLOR_PRIMARY
|
||||
};
|
||||
|
||||
export { COLOR_PRIMARY };
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { COLOR_PRIMARY } from './index';
|
||||
import { COLOR_PRIMARY } from './constants';
|
||||
|
||||
export default {
|
||||
'root-entry-name': 'variable',
|
||||
|
||||
Reference in New Issue
Block a user