@cryptic-css/prop-mq
Advanced tools
Comparing version 1.0.0 to 1.0.1
import ccss, { setProps } from '@cryptic-css/core'; | ||
import { mediaQuery } from '@w11r/use-breakpoint'; | ||
import mediaQuery from '@w11r/use-breakpoint/dist/mediaQuery'; | ||
setProps({ | ||
@@ -4,0 +4,0 @@ mq: input => { |
{ | ||
"name": "@cryptic-css/prop-mq", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Adds support for the `mq` prop to write media queries using `@w11r/use-breakpoint`.", | ||
@@ -32,5 +32,5 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>", | ||
"devDependencies": { | ||
"@cryptic-css/core": "^1.0.0" | ||
"@cryptic-css/core": "^1.0.1" | ||
}, | ||
"gitHead": "d0dcdf7f5d51ea8bc559db0eb37ac7660d8eaafe" | ||
"gitHead": "6201693108f080ed447f00f8acc9684ba2c4dd07" | ||
} |
# `@cryptic-css/prop-mq` | ||
See: https://ccss.dev/docs/api-and-packages/prop-mq |
import ccss, { setProps } from '@cryptic-css/core' | ||
import { mediaQuery } from '@w11r/use-breakpoint' | ||
import mediaQuery from '@w11r/use-breakpoint/dist/mediaQuery' | ||
@@ -4,0 +4,0 @@ setProps({ |
@@ -0,0 +0,0 @@ import ccss from '@cryptic-css/core' |
4235
7
104