Pandroid

Results 2 issues of Pandroid

If I try to use the plugin classes with @apply in a css file I get an error message ``CssSyntaxError: /Applications/MAMP/htdocs/dhl-adressen-4/00_dev/src/css/comp onents/headlines.css:46:3: `@apply` cannot be used with `.dhl-text-3x-fluid` because `.dhl-text-3x-fluid`...

Hey @bradlc, while further working I noticed something else: The plugin doesn't generate tailwinds standard classes for padding/margin Tailwind: `.p{side?}-{size}, .m{side?}-{size}` Plugin: `.p-{side?}-{size}, .m-{side?}-{size}` and it doesn't output tailwinds standard...