Skip to content

Commit d1a99af

Browse files
chore: Update supported Safari versions (#117)
1 parent ca375ea commit d1a99af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/tasks/postcss/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const browserslist = [
1818
'last 3 Chrome major versions',
1919
'last 3 Firefox major versions',
2020
'last 3 Edge major versions',
21-
'last 3 Safari major versions',
21+
'last 3 Safari versions',
2222
];
2323

2424
export const postCSSAfterAll = (input: string, filename: string) => {

0 commit comments

Comments
 (0)