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

support for generation @apply directives #4

Open
dkuku opened this issue Sep 27, 2021 · 2 comments
Open

support for generation @apply directives #4

dkuku opened this issue Sep 27, 2021 · 2 comments

Comments

@dkuku
Copy link

dkuku commented Sep 27, 2021

sometimes you need to add custom css classes because some libraries need it. It should be easy to allow generation of:

.phx-modal {
  @apply opacity-100 fixed left-0 top-0 w-full h-full overflow-auto;
}

from

.phx-modal {
  opacity: 1!important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@IRediTOTO
Copy link

Yes, please make this func if you can

@IRediTOTO
Copy link

and option for comment the missing styles too

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

2 participants