mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
Add tailwind futures
This commit is contained in:
parent
b9645db07b
commit
761d395df6
@ -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">
|
||||
|
@ -38,4 +38,7 @@ module.exports = {
|
||||
variants: ['responsive', 'group-hover', 'hover', 'active' ],
|
||||
plugins: [
|
||||
],
|
||||
future: {
|
||||
purgeLayersByDefault: true
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user