Skip to content
New issue

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

[New Feature] Plugin Config / Custom Rule, Custom PrefixRule #9

Open
developer-1px opened this issue Nov 7, 2021 · 0 comments
Open
Assignees

Comments

@developer-1px
Copy link
Owner

플러그인 config에 custom rule을 추가할 수 있도록 하는 기능.

ex)

      adorableCSS({
        rules: {
          "rect": () => `border: 2px solid red;`,
          "shadow-mid": () => `box-shadow: 0 0 0 20px rgba(255,255,255,.2);`,
        }
      }),
@developer-1px developer-1px self-assigned this Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant