[examples/538][sm] - force inclusion of classes
This commit is contained in:
@@ -60,7 +60,7 @@ export default function DatasetPage({
|
|||||||
<>
|
<>
|
||||||
<h2 className="mb-0 mt-10">PREVIEWS</h2>
|
<h2 className="mb-0 mt-10">PREVIEWS</h2>
|
||||||
{dataset.files?.map((file) => (
|
{dataset.files?.map((file) => (
|
||||||
<div className="preview-table my-8">
|
<div key={file} className="preview-table my-8">
|
||||||
<Table url={file} />
|
<Table url={file} />
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
safelist: ['w-6', 'h-6', 'opacity-100'],
|
||||||
require('@tailwindcss/typography')
|
plugins: [require('@tailwindcss/typography')],
|
||||||
],
|
};
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user