css

For all your CSS related content...
idiomancy 2018-08-09T15:55:03.000471Z

anyone know how to select * with garden?

idiomancy 2018-08-09T15:56:09.000047Z

specifically, I'm trying to do this, and it seems tricky:

*,
*::before,
*::after {
  box-sizing: inherit;
}