mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace css-tools
This commit is contained in:
@ -7,6 +7,7 @@ import DOMPurify from 'dompurify';
|
||||
import hljs from 'highlight.js';
|
||||
import localforage from 'localforage';
|
||||
import Handlebars from 'handlebars';
|
||||
import css from '@adobe/css-tools';
|
||||
|
||||
/**
|
||||
* Expose the libraries to the 'window' object.
|
||||
@ -45,6 +46,7 @@ export default {
|
||||
hljs,
|
||||
localforage,
|
||||
Handlebars,
|
||||
css,
|
||||
};
|
||||
|
||||
export {
|
||||
@ -53,4 +55,5 @@ export {
|
||||
hljs,
|
||||
localforage,
|
||||
Handlebars,
|
||||
css,
|
||||
};
|
||||
|
Reference in New Issue
Block a user