Remove remaining @apply
statements and relevant PostCSS plugins #172
Open
Description
During #133 a lot of the CSS code was refactored to remove as much use of @apply
as possible, since it is not recommended by Tailwind CSS. It should be checked if the PostCSS nesting modules can be disabled too and if SCSS-related things can also be removed from the dependencies (since not much SCSS-specific stuff is being used anymore).