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
플러그인 config에 custom rule을 추가할 수 있도록 하는 기능.
ex)
adorableCSS({ rules: { "rect": () => `border: 2px solid red;`, "shadow-mid": () => `box-shadow: 0 0 0 20px rgba(255,255,255,.2);`, } }),
The text was updated successfully, but these errors were encountered:
developer-1px
No branches or pull requests
플러그인 config에 custom rule을 추가할 수 있도록 하는 기능.
ex)
The text was updated successfully, but these errors were encountered: