1. Remove duplicate/broken code in product tables section 2. Fix PostCSS config for Tailwind 4 3. Add @tailwindcss/postcss dependency 4. Remove --production flag from Dockerfile (sharp required) All fixes enable successful Docker build with favicon working.
11 lines
359 B
CSS
11 lines
359 B
CSS
/* Fallback, in case JS does not run, to ensure the code is at least visible */
|
|
[class*='lang-'] script[type='text/plain'],
|
|
[class*='language-'] script[type='text/plain'],
|
|
script[type='text/plain'][class*='lang-'],
|
|
script[type='text/plain'][class*='language-'] {
|
|
display: block;
|
|
font: 100% Consolas, Monaco, monospace;
|
|
white-space: pre;
|
|
overflow: auto;
|
|
}
|