Added bs import fix

ref #136
This commit is contained in:
Nicolai Ort 2021-04-15 19:43:43 +02:00
parent 07ac041d69
commit 6213952007
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<!--
Temporary tailwind import fixes for classes that wouldn't be directly used otherwise.
Or as others may call it: Real big bullshit time.
Issue: https://git.odit.services/lfk/frontend/issues/136
-->
<div class="opacity-50"></div>

View File

@ -1,5 +1,5 @@
module.exports = {
// mode: 'jit',
mode: 'jit',
purge: [ './src/**/*.svelte' ],
theme: {
extend: {