Opacity import fix bugfix/136-opacity_reactivity #137

Merged
niggl merged 2 commits from bugfix/136-opacity_reactivity into dev 2021-04-15 17:44:51 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 6213952007 - Show all commits

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: {