mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
9 lines
335 B
TypeScript
9 lines
335 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
import "./editable-base.scss";
|
|
import "./content-editable.scss";
|
|
import "./mathjax.scss";
|
|
/* only imported for the CSS in the legacy editor */
|
|
import "./ContentEditable.svelte";
|
|
import "./Mathjax.svelte";
|