Skip to content

Commit 6e887a3

Browse files
authored
cleanup snippet (#207)
1 parent 263a4da commit 6e887a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/examples-ui",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"main": "index.tsx",
55
"license": "MIT",
66
"scripts": {

packages/ui/snippet/snippet.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
background-color: var(--accents-1);
66
overflow-x: auto;
77
padding: 1.5rem;
8-
@apply transition-all;
98
}

0 commit comments

Comments
 (0)