We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi @lilianjin, i'm suggest do plugin css agnostic:
.css
package.json
@apply
[1]
// importing styles if need css import 'ofcold-security-code/styles.css'
.sc-container { display:flex; margin-left: auto; margin-right: auto; }
[2]
.sc-container { @apply flex flex-direction ml-auto mr-auto }
The text was updated successfully, but these errors were encountered:
Thank you for your excellent proposal! I will finish it in some time, and I have other things busy recently.
Sorry, something went wrong.
No branches or pull requests
hi @lilianjin, i'm suggest do plugin css agnostic:
.css
for vanilla css (compiled with tailwind) and importing if need [1]package.json
separate exports for css files@apply
syntax [2][1]
[2]
The text was updated successfully, but these errors were encountered: