new-theme: add default value for $width, $mobile-limit & $very-small-limit

This commit is contained in:
Thomas Jund 2021-09-08 10:55:20 +02:00
parent 4bca1ca870
commit b52561f2e4
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ touch ${themefolderPath}/_custom.scss
cat >${themefolderPath}/_vars.scss <<EOF
// Core vars
\$width: calc(1280em / 16);
\$mobile-limit: 64em;
\$very-small-limit: 35em;
\$primary-color: ${themeColor};
\$widget-unique-checkbox-position: left;
EOF