Generate the CSS files by rollup as well. Grunt is now obsolete.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
41c8f57146
commit
3cb1a940f0
24 changed files with 7069 additions and 5533 deletions
1
build-configs/css-app.js
Normal file
1
build-configs/css-app.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr.css';
|
1
build-configs/css-black.js
Normal file
1
build-configs/css-black.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-black.css';
|
1
build-configs/css-blue.js
Normal file
1
build-configs/css-blue.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-blue.css';
|
1
build-configs/css-green.js
Normal file
1
build-configs/css-green.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-green.css';
|
1
build-configs/css-pink.js
Normal file
1
build-configs/css-pink.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-pink.css';
|
1
build-configs/css-red.js
Normal file
1
build-configs/css-red.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-red.css';
|
1
build-configs/css-white.js
Normal file
1
build-configs/css-white.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-white.css';
|
1
build-configs/css-yellow.js
Normal file
1
build-configs/css-yellow.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../css/uhr-yellow.css';
|
Loading…
Add table
Add a link
Reference in a new issue