lessThan()

in src/theme.js [69:71]


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