initial work on dynamic slots + move remaining css stuff into separate file

This commit is contained in:
Henry Jameson 2024-02-19 19:59:38 +02:00
commit 4a10417ed4
4 changed files with 85 additions and 90 deletions

View file

@ -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'