sass-direction
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "sass-direction", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Sass mixins and functions to help creating bi-directional stylesheets.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,5 +5,5 @@ # Direction | ||
Compatibility: [Sass](https://github.com/sass/sass) and [LibSass](https://github.com/sass/libsass) | ||
Compatibility: [Sass](https://github.com/sass/sass) and [LibSass](https://github.com/sass/libsass) | ||
--- | ||
--- | ||
@@ -42,5 +42,3 @@ ## Install | ||
line-height: direction-if(rtl, 2); | ||
flex-direction: direction(row); | ||
justify-content: direction(flex-start); | ||
@include direction-if(ltr) { | ||
@@ -51,3 +49,3 @@ &::before { | ||
} | ||
@include direction-if(rtl) { | ||
@@ -58,5 +56,5 @@ &::after { | ||
} | ||
direction: direction(rtl); | ||
& > span { | ||
@@ -88,4 +86,2 @@ direction: direction(ltr); | ||
font-size: 1em; | ||
flex-direction: row; | ||
justify-content: flex-start; | ||
direction: rtl; | ||
@@ -112,4 +108,2 @@ } | ||
line-height: 2; | ||
flex-direction: row-reverse; | ||
justify-content: flex-end; | ||
direction: ltr; | ||
@@ -134,3 +128,3 @@ } | ||
--- | ||
--- | ||
@@ -137,0 +131,0 @@ ## Credits |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5265
127