Skip to content

Instantly share code, notes, and snippets.

@rodloboz
Created April 27, 2019 02:54
Show Gist options
  • Save rodloboz/e71e65e79f3e3c558222e8587dd7d259 to your computer and use it in GitHub Desktop.
Save rodloboz/e71e65e79f3e3c558222e8587dd7d259 to your computer and use it in GitHub Desktop.
// app/javascript/stylesheets/components/_dropdown.scss
.dropdown-item {
@apply px-4 py-2 block text-black ;
}
.dropdown-item:hover {
@apply bg-gray-100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment