Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(layout): disable offset directive
Browse files Browse the repository at this point in the history
use the new `flex-offset` directive and remove the deprecated `offset` directive.
  • Loading branch information
ThomasBurleson committed Oct 12, 2015
1 parent ad1b78b commit af45a22
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/core/services/layout/layout.js
Expand Up @@ -106,13 +106,6 @@
.directive('flexOrderLg', attributeWithObserve('flex-order-lg'))
.directive('flexOrderGtLg', attributeWithObserve('flex-order-gt-lg'))

.directive('offset', attributeWithObserve('flex-offset'))
.directive('offsetSm', attributeWithObserve('flex-offset-sm'))
.directive('offsetGtSm', attributeWithObserve('flex-offset-gt-sm'))
.directive('offsetMd', attributeWithObserve('flex-offset-md'))
.directive('offsetGtMd', attributeWithObserve('flex-offset-gt-md'))
.directive('offsetLg', attributeWithObserve('flex-offset-lg'))
.directive('offsetGtLg', attributeWithObserve('flex-offset-gt-lg'))
.directive('flexOffset', attributeWithObserve('flex-offset'))
.directive('flexOffsetSm', attributeWithObserve('flex-offset-sm'))
.directive('flexOffsetGtSm', attributeWithObserve('flex-offset-gt-sm'))
Expand Down

0 comments on commit af45a22

Please sign in to comment.