Recent Commits to kint:master

  • 11/11/2024 16:31

    CSS: Rename --color-size to --nav-size

    CSS: Rename --color-size to --nav-size
    
    It's the element that decides the height of the bar, so we
    shouldn't go beyond the nav in height
  • 11/11/2024 16:31

    Small CSS fixups

    Small CSS fixups
    
    * Solarized actually names its colors 03, 02, 01, 00, 0, 1, 2, 3
      so those leading digits are actually relevant.
    * It turns out .kint-trace hasn't been a thing since kint 1 back
      in 2016 (Wow)
    * I'm very glad that highlight color has been broken all this
      time, it's horrible. Scrapped
    * The problem with the color preview box is that you can change
      the width and height, so setting a max doesn't actually solve
      the underlying issue. It's just hard to get the checker pattern
      to line up with the box it's in even if you know the dimensions.
  • 11/11/2024 14:57

    migrate from scss variables to css vars instead

    migrate from scss variables to css vars instead

Log in