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:
Oliver Davies 2021-12-18 01:24:52 +00:00
parent 429026bd65
commit 80566ee8ea
2 changed files with 1 additions and 1 deletions

View file

@ -67,6 +67,7 @@ COPY web/themes/custom/opdavies/package*.json ./
RUN npm install
COPY config config
COPY web/themes/custom/opdavies/postcss.config.js .
COPY web/themes/custom/opdavies/webpack.config.js .
COPY web/themes/custom/opdavies/tailwind.config.js .

View file

@ -8,7 +8,6 @@ module.exports = {
important: true,
purge: {
content: [
'../../../../config/**/*.yml',
'config/**/*.yml',
'tailwindcss/safelist-classes.txt',
'templates/**/*.html.twig'