Commit 4660dbbe authored by a.frajnd@iq-adv.ru's avatar a.frajnd@iq-adv.ru
Browse files

add tailwind layer components example

parent 22f89bb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@

@layer components {
  .btn-blue {
    @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded max-w-[100px] w-[100%] shrink-0;
    @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded max-w-[100px] flex-grow;
  }
}