Yevhen Nahalskyi
Yevhen Nahalskyi
This is a very initial step to Content Production Board
It is from documentation: ``` If you are using ERB for Rails views, the RailsLayout gem will generate ERB files. If you are using Haml or Slim, the RailsLayout gem...
so the next code: ``` className={` no-underline black db overflow-hidden ${css({ display: '-webkit-box', '-webkit-line-clamp': 2, '-webkit-box-orient': 'vertical', [bpMinSM]: { '-webkit-line-clamp': 1, }, })} `} ``` outputs to: ``` display: -webkit-box;...
Before After
Problem - moved node utilities `fs` and `path` from /[podcast].tsx page file to separate function - improved `fs` call to exclude `.DS_Store` and other hidden files/folders - applied webpack settings...