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 [
178
178
} ) ,
179
179
copy ( {
180
180
targets : [
181
- {
181
+ {
182
182
src : 'examples/questionnaire/branding.css' ,
183
183
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'
185
195
}
186
196
]
187
197
} )
Original file line number Diff line number Diff line change 292
292
</script >
293
293
294
294
<style lang="css">
295
- @import ' ./branding .css' ;
295
+ @import ' ../../src/assets/css/themes/theme-minimal .css' ;
296
296
/* If using the npm package, use the following lines instead of the one above */
297
297
/* @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'; */
299
299
</style >
Original file line number Diff line number Diff line change 329
329
</script >
330
330
331
331
<style lang="css">
332
- @import ' ../../src/assets/css/themes/purple- theme.css' ;
332
+ @import ' ../../src/assets/css/themes/theme-purple .css' ;
333
333
/* If using the npm package, use the following lines instead of the one above */
334
334
/* @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'; */
336
336
</style >
Original file line number Diff line number Diff line change 1
1
/*
2
2
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3
+ https://github.com/ditdot-dev/vue-flow-form
3
4
https://www.ditdot.hr/en
4
5
*/
5
6
Original file line number Diff line number Diff line change 1
1
/*!
2
2
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3
+ https://github.com/ditdot-dev/vue-flow-form
3
4
https://www.ditdot.hr/en
4
5
*/
5
6
Original file line number Diff line number Diff line change 1
- /*
1
+ /*!
2
2
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3
+ https://github.com/ditdot-dev/vue-flow-form
3
4
https://www.ditdot.hr/en
4
5
*/
5
6
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
+
1
7
/*
2
8
basic theme color and font styles
3
9
*/
Original file line number Diff line number Diff line change 1
- /*
1
+ /*!
2
2
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3
+ https://github.com/ditdot-dev/vue-flow-form
3
4
https://www.ditdot.hr/en
4
5
*/
5
6
You can’t perform that action at this time.
0 commit comments