lessThan()

in src/theme.js [67:69]


  lessThan(key: Size) {
    return `@media (max-width: ${SIZES[key].min - 1}px)`;
  },