Remove remaining @apply
statements and relevant PostCSS plugins
#172
Labels
refactor
Requires changes to the codebase that don't alter functionality
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).The text was updated successfully, but these errors were encountered: