mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Also renamed the `theme` export to `getThemeCode` since it was being renamed everywhere it was imported.
7 lines
260 B
JavaScript
7 lines
260 B
JavaScript
/**
|
|
* Get import code for remixed themes and tweaked palettes.
|
|
*/
|
|
export { getThemeCode } from './tweak/code.js';
|
|
export { cdnUrl, hueRanges, hues, selectors, tints, urls } from './tweak/data.js';
|
|
export { default as Permalink } from './tweak/permalink.js';
|