unvendor: Replace css-tools

This commit is contained in:
Cohee
2024-10-17 00:40:11 +03:00
parent d5fdf307c8
commit c3f62b8699
6 changed files with 12 additions and 767 deletions

View File

@ -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,
};