Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sass-direction

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-direction - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc