Add tailwind futures

This commit is contained in:
Damillora 2020-11-01 16:16:02 +07:00
parent b9645db07b
commit 761d395df6
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ with a `no-image` class so we can style it accordingly.
<style type="text/css">
.responsive-{{slug}}-img {
background-image: url({{img_url feature_image size='m'}});
background-image: url({{img_url feature_image size='s'}});
}
</style>
<div class="post-background responsive-{{slug}}-img bg-cover bg-center bg-yuika-blue-500">

View File

@ -38,4 +38,7 @@ module.exports = {
variants: ['responsive', 'group-hover', 'hover', 'active' ],
plugins: [
],
future: {
purgeLayersByDefault: true
},
}