4 comments

  • Andrew NaterAndrew Nater, 6 years ago

    How is this different from tachyons?

    2 points
    • Krisztian Puska, 6 years ago

      No built in breakpoints, or any direct ui manipulation leaves you with a cleaner starting point. Of course it depends on the use case; in ui-heavy projects I'd like to control the bits.

      Also, it is smaller, more literal, and was useful for me before, that's why I made it public.

      0 points
  • Daniel FoscoDaniel Fosco, 6 years ago

    Wow, this is pretty cool! My team uses tachyons in large production systems, so it's nice to see similar approaches coming up.

    I actually think Tachyons is too large to be used in some contexts — for example, when I need to do a small change or addition to an existing service, but don't want to mess with the (terrible) legacy CSS that's in there.

    Glad to see fractures as it seems like the perfect toolkit for these situations, where I need in-n-out atomic CSS.

    1 point