fdg-img 0.4.2

A simple SVG renderer for fdg
Documentation
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

.c-block {
    @apply bg-slate-700 text-slate-50 py-4 px-2 rounded-md shadow-lg;
}

.e-block {
    @apply bg-red-700 text-slate-50 py-4 px-2 rounded-md shadow-lg;
}