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

projects
Domeniko Gentner 3 years ago
parent b2db4eb526
commit 7d068991cf
  1. 10169
      static/css/labertasche.css
  2. 16
      static/css/sass/labertasche.scss
  3. 2
      static/css/sass/sass-watch.cmd

File diff suppressed because one or more lines are too long

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

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

Loading…
Cancel
Save