From 30b396cc1e3d212737834a203ba252601be43dad Mon Sep 17 00:00:00 2001 From: mg901 Date: Tue, 26 Nov 2019 16:15:16 +0300 Subject: [PATCH] feat: reduce size from 1.16kb to 958b --- README.md | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5871c4cb..0169c975 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## Introduction -

Styled Breakpoints is simple and powerful tool for creating breakpoints in Styled Components, Emotion, Linaria and Astroturf with TypeScript and Flow type annotations out of the box.

+

Styled Breakpoints is simple and powerful tool for creating breakpoints in Styled Components, Emotion, with TypeScript type annotations out of the box.

## Installation diff --git a/package.json b/package.json index 6a849d17..6205133a 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,12 @@ "author": "Maxim Alyoshin (https://github.com/mg901)", "keywords": [ "media", + "styled", "react", + "preact", "media", + "emotion", + "javascript", "css-in-js", "breakpoint", "media-query",