Generate the CSS files by rollup as well. Grunt is now obsolete.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2021-02-24 16:19:00 +01:00
parent 41c8f57146
commit 3cb1a940f0
24 changed files with 7069 additions and 5533 deletions

1
build-configs/css-app.js Normal file
View file

@ -0,0 +1 @@
import '../css/uhr.css';

View file

@ -0,0 +1 @@
import '../css/uhr-black.css';

View file

@ -0,0 +1 @@
import '../css/uhr-blue.css';

View file

@ -0,0 +1 @@
import '../css/uhr-green.css';

View file

@ -0,0 +1 @@
import '../css/uhr-pink.css';

1
build-configs/css-red.js Normal file
View file

@ -0,0 +1 @@
import '../css/uhr-red.css';

View file

@ -0,0 +1 @@
import '../css/uhr-white.css';

View file

@ -0,0 +1 @@
import '../css/uhr-yellow.css';