fix: spacing on blog and talks pages
Ensure that the `config` directory is included when generating the assets so that they can be scanned and used when determining which classes from Tailwind to generate.
This commit is contained in:
parent
429026bd65
commit
80566ee8ea
|
@ -67,6 +67,7 @@ COPY web/themes/custom/opdavies/package*.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
COPY config config
|
||||||
COPY web/themes/custom/opdavies/postcss.config.js .
|
COPY web/themes/custom/opdavies/postcss.config.js .
|
||||||
COPY web/themes/custom/opdavies/webpack.config.js .
|
COPY web/themes/custom/opdavies/webpack.config.js .
|
||||||
COPY web/themes/custom/opdavies/tailwind.config.js .
|
COPY web/themes/custom/opdavies/tailwind.config.js .
|
||||||
|
|
|
@ -8,7 +8,6 @@ module.exports = {
|
||||||
important: true,
|
important: true,
|
||||||
purge: {
|
purge: {
|
||||||
content: [
|
content: [
|
||||||
'../../../../config/**/*.yml',
|
|
||||||
'config/**/*.yml',
|
'config/**/*.yml',
|
||||||
'tailwindcss/safelist-classes.txt',
|
'tailwindcss/safelist-classes.txt',
|
||||||
'templates/**/*.html.twig'
|
'templates/**/*.html.twig'
|
||||||
|
|
Loading…
Reference in a new issue