update text sections
This commit is contained in:
parent
5213cbce3b
commit
2210a70e20
@ -1,6 +1,6 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/HubFeenixMakers/merged
|
remote: https://github.com/HubFeenixMakers/merged
|
||||||
revision: 3a15e58ee38dae847ff877c261ce9856e00c74fb
|
revision: 926f6ef197308263b3b9d1dd3db6041b89a81a9b
|
||||||
specs:
|
specs:
|
||||||
merged (0.1.0)
|
merged (0.1.0)
|
||||||
active_hash
|
active_hash
|
||||||
@ -317,7 +317,7 @@ GEM
|
|||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rchardet (1.8.0)
|
rchardet (1.8.0)
|
||||||
redcarpet (3.5.1)
|
redcarpet (3.6.0)
|
||||||
regexp_parser (2.1.1)
|
regexp_parser (2.1.1)
|
||||||
reline (0.3.2)
|
reline (0.3.2)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
@ -396,7 +396,7 @@ GEM
|
|||||||
tilt (2.0.11)
|
tilt (2.0.11)
|
||||||
timeago_js (3.0.2.2)
|
timeago_js (3.0.2.2)
|
||||||
timeout (0.3.1)
|
timeout (0.3.1)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
|
@ -2,7 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
|
|||||||
|
|
||||||
const execSync = require('child_process').execSync;
|
const execSync = require('child_process').execSync;
|
||||||
const output = execSync('bundle show merged', { encoding: 'utf-8' });
|
const output = execSync('bundle show merged', { encoding: 'utf-8' });
|
||||||
const fullname = output.trim() + '/app/**/*.{haml,html,rb}' ;
|
const fullname = output.trim() + '/**/*.{haml,html,rb}' ;
|
||||||
|
|
||||||
const output2 = execSync('bundle show simple_form_tailwind_css', { encoding: 'utf-8' });
|
const output2 = execSync('bundle show simple_form_tailwind_css', { encoding: 'utf-8' });
|
||||||
const fullname2 = output2.trim() + '/lib/**/*.rb' ;
|
const fullname2 = output2.trim() + '/lib/**/*.rb' ;
|
||||||
|
@ -207,7 +207,7 @@
|
|||||||
:updated_by: maijanposteja@gmail.com
|
:updated_by: maijanposteja@gmail.com
|
||||||
:id: 56
|
:id: 56
|
||||||
:options:
|
:options:
|
||||||
columns: '4'
|
text_columns: '4'
|
||||||
background: white
|
background: white
|
||||||
color: none
|
color: none
|
||||||
margin: none
|
margin: none
|
||||||
@ -354,6 +354,7 @@
|
|||||||
:id: 63
|
:id: 63
|
||||||
:card_template: ''
|
:card_template: ''
|
||||||
:options:
|
:options:
|
||||||
|
text_columns: 3
|
||||||
background: white
|
background: white
|
||||||
text_color: none
|
text_color: none
|
||||||
margin: none
|
margin: none
|
||||||
|
Loading…
Reference in New Issue
Block a user