added lessc, reimplemented mica caching

This commit is contained in:
booploops 2022-06-29 14:11:21 -07:00
parent b97dd15f5d
commit fa2c36b6ed
6 changed files with 18184 additions and 20 deletions

View file

@ -2080,6 +2080,18 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
justify-content: center;
align-items: center;
.app-content-container {
width:100%;
height:100%;
#app-content {
width:100%;
height:100%;
}
}
.fs-row {
flex-grow: 0.5;
}