File size: 162 Bytes
e8d6409
 
 
77badd5
 
 
 
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 md:!border-spacing-2;
}