mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
8 lines
112 B
SCSS
8 lines
112 B
SCSS
@import "_mixin", "color";
|
|
|
|
canvas {
|
|
background: #fff;
|
|
border: 1px solid #000;
|
|
user-select: none;
|
|
}
|