Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit af45a22

Browse files
fix(layout): disable offset directive
use the new `flex-offset` directive and remove the deprecated `offset` directive.
1 parent ad1b78b commit af45a22

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/core/services/layout/layout.js

-7
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@
106106
.directive('flexOrderLg', attributeWithObserve('flex-order-lg'))
107107
.directive('flexOrderGtLg', attributeWithObserve('flex-order-gt-lg'))
108108

109-
.directive('offset', attributeWithObserve('flex-offset'))
110-
.directive('offsetSm', attributeWithObserve('flex-offset-sm'))
111-
.directive('offsetGtSm', attributeWithObserve('flex-offset-gt-sm'))
112-
.directive('offsetMd', attributeWithObserve('flex-offset-md'))
113-
.directive('offsetGtMd', attributeWithObserve('flex-offset-gt-md'))
114-
.directive('offsetLg', attributeWithObserve('flex-offset-lg'))
115-
.directive('offsetGtLg', attributeWithObserve('flex-offset-gt-lg'))
116109
.directive('flexOffset', attributeWithObserve('flex-offset'))
117110
.directive('flexOffsetSm', attributeWithObserve('flex-offset-sm'))
118111
.directive('flexOffsetGtSm', attributeWithObserve('flex-offset-gt-sm'))

0 commit comments

Comments
 (0)