We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34eb972 commit bab0a81Copy full SHA for bab0a81
packages/cache/src/prefixer.ts
@@ -16,7 +16,7 @@ import {
16
serialize,
17
strlen,
18
WEBKIT,
19
- type Element,
+ Element,
20
Middleware
21
} from 'stylis'
22
packages/cache/src/stylis-plugins.ts
@@ -3,6 +3,7 @@ import {
3
alloc,
4
dealloc,
5
delimit,
6
7
from,
8
Middleware,
9
next,
@@ -11,7 +12,6 @@ import {
11
12
slice,
13
token
14
-import type { Element } from 'stylis'
15
// based on https://github.com/thysultan/stylis.js/blob/e6843c373ebcbbfade25ebcc23f540ed8508da0a/src/Tokenizer.js#L239-L244
const identifierWithPointTracking = (
0 commit comments