speki-app 0.1.0

ontological flashcard app
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
  mode: "all",
  content: [
    "./src/**/*.{rs,html,css}",
    "./dist/**/*.html",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}