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

sass-bidi

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-bidi - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.idea/jsLibraryMappings.xml

16

package.json
{
"name": "sass-bidi",
"version": "1.0.0",
"version": "1.1.0",
"description": "Handy mixins for handling rtl and ltr at the same time",
"main": "main.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "karma start ./karma.config.js"
},

@@ -23,3 +23,13 @@ "repository": {

},
"homepage": "https://github.com/alirezamirian/sass-bidi#readme"
"homepage": "https://github.com/alirezamirian/sass-bidi#readme",
"devDependencies": {
"jasmine-core": "^2.5.2",
"jquery": "^3.1.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-scss-preprocessor": "^2.0.0",
"node-sass": "^4.5.0"
}
}
# sass-bidi
Handy mixins for handling rtl and ltr at the same time
# Installation
```
npm install sass-bidi --save-dev
```
# Usage
```sass
// some-of-your-scss-files.scss
@import '../node_modules/sass-bidi/main';
.some-selector{
// set float to left for ltr and right for rtl
@include bidi-value(float, left, right);
// set 10px left-padding for ltr and right-padding for rtl
@include bidi-prop(padding-left, padding-right, 10px);
}
```
.idea/encodings.xml

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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