File tree Expand file tree Collapse file tree 8 files changed +28
-8
lines changed Expand file tree Collapse file tree 8 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -178,10 +178,20 @@ export default [
178178 } ) ,
179179 copy ( {
180180 targets : [
181- {
181+ {
182182 src : 'examples/questionnaire/branding.css' ,
183183 dest : 'dist' ,
184- rename : 'vue-flow-form.theme.css'
184+ rename : 'vue-flow-form.theme-minimal.css'
185+ } ,
186+ {
187+ src : 'src/assets/css/themes/green-theme.css' ,
188+ dest : 'dist' ,
189+ rename : 'vue-flow-form.theme-green.css'
190+ } ,
191+ {
192+ src : 'src/assets/css/themes/purple-theme.css' ,
193+ dest : 'dist' ,
194+ rename : 'vue-flow-form.theme-purple.css'
185195 }
186196 ]
187197 } )
Original file line number Diff line number Diff line change 292292 </script >
293293
294294<style lang="css">
295- @import ' ./branding .css' ;
295+ @import ' ../../src/assets/css/themes/theme-minimal .css' ;
296296 /* If using the npm package, use the following lines instead of the one above */
297297 /* @import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css'; */
298- /* @import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme.css'; */
298+ /* @import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme-minimal .css'; */
299299 </style >
Original file line number Diff line number Diff line change 329329 </script >
330330
331331<style lang="css">
332- @import ' ../../src/assets/css/themes/purple- theme.css' ;
332+ @import ' ../../src/assets/css/themes/theme-purple .css' ;
333333 /* If using the npm package, use the following lines instead of the one above */
334334 /* @import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css'; */
335- /* @import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme.css'; */
335+ /* @import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme-purple .css'; */
336336 </style >
Original file line number Diff line number Diff line change 11/*
22 Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3+ https://github.com/ditdot-dev/vue-flow-form
34 https://www.ditdot.hr/en
45*/
56
Original file line number Diff line number Diff line change 11/*!
22 Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3+ https://github.com/ditdot-dev/vue-flow-form
34 https://www.ditdot.hr/en
45*/
56
Original file line number Diff line number Diff line change 1- /*
1+ /*!
22 Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3+ https://github.com/ditdot-dev/vue-flow-form
34 https://www.ditdot.hr/en
45*/
56
Original file line number Diff line number Diff line change 1+ /*!
2+ Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3+ https://github.com/ditdot-dev/vue-flow-form
4+ https://www.ditdot.hr/en
5+ */
6+
17/*
28 basic theme color and font styles
39*/
Original file line number Diff line number Diff line change 1- /*
1+ /*!
22 Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3+ https://github.com/ditdot-dev/vue-flow-form
34 https://www.ditdot.hr/en
45*/
56
You can’t perform that action at this time.
0 commit comments