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:
parent
b2db4eb526
commit
7d068991cf
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-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 {
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user