File size: 164 Bytes
e8d6409
 
 
77badd5
 
 
 
f1a35af
 
0ae7a59
f1a35af
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

a {
	@apply !underline;
}

.drawing-board-controls {
	@apply !border-spacing-0.5 md:!border-spacing-2;
}