Skip to content

Commit

Permalink
Remove css-scroll-timeline
Browse files Browse the repository at this point in the history
It has been deleted in `caniuse` 1.0.30001655
  • Loading branch information
AlexWayfer committed Aug 31, 2024
1 parent 85d805d commit 6fd06f2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 65 deletions.
2 changes: 0 additions & 2 deletions data/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ import cssResize from './features/css-resize.js';
import cssRevertValue from './features/css-revert-value.js';
import cssRrggbbaa from './features/css-rrggbbaa.js';
import cssScrollBehavior from './features/css-scroll-behavior.js';
import cssScrollTimeline from './features/css-scroll-timeline.js';
import cssScrollbar from './features/css-scrollbar.js';
import cssSel2 from './features/css-sel2.js';
import cssSel3 from './features/css-sel3.js';
Expand Down Expand Up @@ -325,7 +324,6 @@ const FEATURES = {
'css-revert-value': cssRevertValue,
'css-rrggbbaa': cssRrggbbaa,
'css-scroll-behavior': cssScrollBehavior,
'css-scroll-timeline': cssScrollTimeline,
'css-scrollbar': cssScrollbar,
'css-sel2': cssSel2,
'css-sel3': cssSel3,
Expand Down
27 changes: 0 additions & 27 deletions data/features/css-scroll-timeline.js

This file was deleted.

22 changes: 12 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001487",
"caniuse-lite": "^1.0.30001655",
"css-tokenize": "^1.0.1",
"duplexify": "^4.1.2",
"multimatch": "^5.0.0",
Expand All @@ -61,7 +61,7 @@
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"c8": "^7.13.0",
"caniuse-db": "^1.0.30001487",
"caniuse-db": "^1.0.30001655",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-canonical": "^4.2.2",
Expand Down
24 changes: 0 additions & 24 deletions test/cases/features/css-scroll-timeline.css

This file was deleted.

0 comments on commit 6fd06f2

Please sign in to comment.