SSWConsulting / SSW.Rules

Generator for ssw.com.au/rules
https://www.ssw.com.au/rules
MIT License
13 stars 13 forks source link

Update style.css to fix boxes #1421

Closed tiagov8 closed 1 month ago

tiagov8 commented 1 month ago

@jeoffreyfischer

This is to replace the script created on https://github.com/SSWConsulting/SSW.Rules/pull/1407/files

Relates to https://github.com/SSWConsulting/SSW.Rules/issues/1397

jeoffreyfischer commented 1 month ago

Hi @tiagov8, as per our conversation, please delete lines 97 to 119 inside the tailwind.config file to avoid conflict with the CSS changes you've made. These lines are responsible for the "heading inside boxes" style - which wasn't working anyway 🫠

image Figure: Lines to remove in tailwind.config

jeoffreyfischer commented 1 month ago

In addition, you can also remove the zeroMarginStyles lines 59 to 64 as it was only used by the "heading inside box" styles

image Figure: other lines that can be removed

tiagov8 commented 1 month ago

Hi @jeoffreyfischer

Both blocks of lines were deleted

  1. Please review again