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