Reflected submodule change in code and removed pycharm file watcher in favor of shell script to avoid the same file twice

This commit is contained in:
Domeniko Gentner 2020-12-03 15:59:49 +01:00
parent b2db4eb526
commit 7d068991cf
3 changed files with 10 additions and 10177 deletions

File diff suppressed because one or more lines are too long

View File

@ -38,14 +38,14 @@ $menu-item-hover-color: black;
$menu-item-hover-background-color: #feda6a; $menu-item-hover-background-color: #feda6a;
$menu-label-font-size: 1em; $menu-label-font-size: 1em;
@import "bulma/utilities/_all"; @import "bulma/sass/utilities/_all";
@import "bulma/base/_all"; @import "bulma/sass/base/_all";
@import "bulma/elements/_all"; @import "bulma/sass/elements/_all";
@import "bulma/form/_all"; @import "bulma/sass/form/_all";
@import "bulma/components/_all"; @import "bulma/sass/components/_all";
@import "bulma/grid/_all"; @import "bulma/sass/grid/_all";
@import "bulma/helpers/_all"; @import "bulma/sass/helpers/_all";
@import "bulma/layout/_all"; @import "bulma/sass/layout/_all";
/* open-sans-regular - latin */ /* open-sans-regular - latin */
@font-face { @font-face {

View File

@ -1 +1 @@
sass labertasche.scss ../labertasche.css --color --watch --no-source-map sass labertasche.scss ../labertasche.css --color --watch --no-source-map --style compressed