File tree 4 files changed +0
-67
lines changed
4 files changed +0
-67
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import string from './string';
13
13
import svg from './svg' ;
14
14
import types from './types' ;
15
15
import style from './style' ;
16
- import scrollState from './scroll-state' ;
17
16
18
17
export default environment => {
19
18
const functions = { functionRegistry, functionCaller } ;
@@ -31,7 +30,6 @@ export default environment => {
31
30
functionRegistry . addMultiple ( svg ( environment ) ) ;
32
31
functionRegistry . addMultiple ( types ) ;
33
32
functionRegistry . addMultiple ( style ) ;
34
- functionRegistry . addMultiple ( scrollState ) ;
35
33
36
34
return functions ;
37
35
} ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 241
241
color : purple;
242
242
}
243
243
}
244
- # sticky {
245
- position : sticky;
246
- container-type : scroll-state;
247
- }
248
- @container scroll-state (stuck : top) {
249
- # sticky-child {
250
- font-size : 75% ;
251
- }
252
- }
253
- @container scroll-state (snapped : x) {
254
- # sticky-child {
255
- font-size : 75% ;
256
- }
257
- }
258
- @container scroll-state (scrollable : top) {
259
- # sticky-child {
260
- font-size : 75% ;
261
- }
262
- }
Original file line number Diff line number Diff line change 289
289
color : purple ;
290
290
}
291
291
}
292
-
293
- #sticky {
294
- position : sticky ;
295
- container- type: scroll- state;
296
- }
297
-
298
- @container scroll- state(stuck: top ) {
299
- #sticky-child {
300
- font-size : 75% ;
301
- }
302
- }
303
-
304
- @container scroll- state(snapped: x ) {
305
- #sticky-child {
306
- font-size : 75% ;
307
- }
308
- }
309
-
310
- @container scroll- state(scrollable: top ) {
311
- #sticky-child {
312
- font-size : 75% ;
313
- }
314
- }
You can’t perform that action at this time.
0 commit comments