Skip to content

Commit

Permalink
Merge pull request michalsnik#28 from michalsnik/fix-easings
Browse files Browse the repository at this point in the history
Bring back easings
  • Loading branch information
Michał Sajnóg authored Jun 23, 2016
2 parents 441deb1 + 310e70b commit cbcf9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_easing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $easing: (
* Default timing function: 'ease'
*/

[aos] {
[data-aos] {

@each $key, $val in $easing {
body[data-aos-easing="#{$key}"] &, &[data-aos][data-aos-easing="#{$key}"]{
Expand Down
2 changes: 2 additions & 0 deletions src/sass/aos.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'easing';

/*
* Default variables
*/
Expand Down

0 comments on commit cbcf9f9

Please sign in to comment.