initial work on dynamic slots + move remaining css stuff into separate file
This commit is contained in:
parent
34aa9136db
commit
4a10417ed4
4 changed files with 85 additions and 90 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { convert } from 'chromatism'
|
||||
import { rgb2hex, hex2rgb, rgba2css, getCssColor, relativeLuminance } from '../color_convert/color_convert.js'
|
||||
import { getColors, computeDynamicColor, getOpacitySlot } from '../theme_data/theme_data.service.js'
|
||||
import { init, getCssRules } from '../theme_data/theme_data_3.service.js'
|
||||
import { init } from '../theme_data/theme_data_3.service.js'
|
||||
import { getCssRules } from '../theme_data/css_utils.js'
|
||||
import {
|
||||
sampleRules
|
||||
} from 'src/services/theme_data/pleromafe.t3.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue