9
Comments
  • 4
    Ironic is these css frameworks seem tougher to learn than css
  • 4
    Why not make a class from that?
  • 1
    @ars1 WR'RE ENTERING INFINITE INCEPTION TERRITORY
  • 3
    One can move the rules into a separated CSS file and separate the rules vertically, just like it used to be.

    .class {
    @apply ...;
    @apply ...;
    }

    Tailwind is awesome.
  • 1
    @Kernel At that point its just CSS with extra steps. :D
  • 0
    @arekxv yes but normally you'd do it the other way. If it gets too clogged, then move it away and break into logical lines. It'd be more organized even.
Add Comment