From 2210a70e20c26e668299d34d752f01006eb52ee7 Mon Sep 17 00:00:00 2001 From: Torsten Date: Sun, 29 Jan 2023 17:04:22 +0200 Subject: [PATCH] update text sections --- Gemfile.lock | 6 +++--- config/tailwind.config.js | 2 +- merged/sections.yml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ebba3f7..e9f4c73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/HubFeenixMakers/merged - revision: 3a15e58ee38dae847ff877c261ce9856e00c74fb + revision: 926f6ef197308263b3b9d1dd3db6041b89a81a9b specs: merged (0.1.0) active_hash @@ -317,7 +317,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.8.0) - redcarpet (3.5.1) + redcarpet (3.6.0) regexp_parser (2.1.1) reline (0.3.2) io-console (~> 0.5) @@ -396,7 +396,7 @@ GEM tilt (2.0.11) timeago_js (3.0.2.2) timeout (0.3.1) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) warden (1.2.9) rack (>= 2.0.9) diff --git a/config/tailwind.config.js b/config/tailwind.config.js index 6a389a2..bdccf39 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -2,7 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme') const execSync = require('child_process').execSync; 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 fullname2 = output2.trim() + '/lib/**/*.rb' ; diff --git a/merged/sections.yml b/merged/sections.yml index 39032f9..98531dc 100644 --- a/merged/sections.yml +++ b/merged/sections.yml @@ -207,7 +207,7 @@ :updated_by: maijanposteja@gmail.com :id: 56 :options: - columns: '4' + text_columns: '4' background: white color: none margin: none @@ -354,6 +354,7 @@ :id: 63 :card_template: '' :options: + text_columns: 3 background: white text_color: none margin: none