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

rtlcss

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtlcss - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

lib/rules.js
function main(configuration) {
var config = configuration;
var util = require('./util.js').configure(config);
var rules =

@@ -4,0 +5,0 @@ [

2

package.json
{
"author": "Mohammad Younes",
"name": "rtlcss",
"version": "0.1.2",
"version": "0.1.3",
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -21,5 +21,8 @@ RTLCSS

> RTLCSS preserves original input formatting and indentations.
### Supported CSS Properties (a-z)
`background-image` `background-position` `background` `border-bottom-left-radius` `border-bottom-right-radius` `border-left-color` `border-left-style` `border-left-width` `border-left` `border-radius` `border-right-color` `border-right-style` `border-right-width` `border-right` `border-top-left-radius` `border-top-right-radius` `border-width` `box-shadow` `clear` `cursor`, `direction` `float` `margin-left` `margin` `nav-left` `nav-right` `padding-left` `padding-right` `padding` `right` `text-align` `text-shadow` `transform-origin` `transform` `transition-property` `transition` `left` `margin-right`
`background-image` `background-position` `background` `border-bottom-left-radius` `border-bottom-right-radius` `border-left-color` `border-left-style` `border-left-width` `border-left` `border-radius` `border-right-color` `border-right-style` `border-right-width` `border-right` `border-top-left-radius` `border-top-right-radius` `border-width` `box-shadow` `clear` `cursor` `direction` `float` `margin-left` `margin` `nav-left` `nav-right` `padding-left` `padding-right` `padding` `right` `text-align` `text-shadow` `transform-origin` `transform` `transition-property` `transition` `left` `margin-right`

@@ -64,3 +67,3 @@ ### Supported Processing Directives

|:--------------|:-----------------------
| `/*rtl:ignore*/` | Ignores processing of this rule.
| `/*rtl:ignore*/` | Ignores processing of this declaration.
| `/*rtl:{value}*/` | Replaces the declaration property value with `{value}`.

@@ -92,3 +95,3 @@ | `/*rtl:append:{value}*/` | Appends `{value}` to the end of the declaration property value.

```
> Built on top of [PostCss](https://github.com/ai/postcss), an awesome framework, providing you with the power of manipulating CSS via a JS API.
> Built on top of [PostCSS](https://github.com/ai/postcss), an awesome framework, providing you with the power of manipulating CSS via a JS API.

@@ -120,3 +123,3 @@ ### options (object)

> visit [postcss](https://github.com/ai/postcss) to find out more about [`rule`](https://github.com/ai/postcss#rule-node) node.
> Visit [PostCSS](https://github.com/ai/postcss) to find out more about [`rule`](https://github.com/ai/postcss#rule-node) node.

@@ -146,3 +149,3 @@ ##### **Example**

> visit [postcss](https://github.com/ai/postcss) to find out more about [`decl`](https://github.com/ai/postcss#declaration-node) object.
> Visit [PostCSS](https://github.com/ai/postcss) to find out more about [`decl`](https://github.com/ai/postcss#declaration-node) node.

@@ -195,1 +198,12 @@ ##### **Example**

Have a bug or a feature request? please feel free to [open a new issue](https://github.com/MohammadYounes/rtlcss/issues/new) .
## Release Notes
* **v0.1.2** [5 Mar. 2014]
* New option: minify output CSS.
* Updated README.md
* **v0.1.1** [4 Mar. 2014]
* Initial commit.
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