
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
grunt-rtlcss
Advanced tools
grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-rtlcss --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-rtlcss');
Run this task with the grunt rtlcss
command.
Task targets, files and options may be specified according to the grunt Configuring tasks guide.
Description: Specifies RTLCSS options.
Type: Object
Default:
{
"autoRename": false,
"autoRenameStrict": false,
"blacklist":{},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap":[]
}
Description: Specifies custom RTLCSS plugins.
Type: Array
Default: []
Description: Specifies whether to generate source maps or not, If you want more control over source map generation, you can define the map option as an object. (see postcss docs).
Type: Boolean
or Object
Default: false
Description: Specifies whether to save unmodified files or not.
Type: Boolean
Default: true
rtlcss: {
myTask:{
// task options
options: {
// generate source maps
map: {inline: false},
// rtlcss options
opts: {
clean:false
},
// rtlcss plugins
plugins:[],
// save unmodified files
saveUnmodified: true,
},
expand : true,
cwd : 'ltr/',
dest : 'rtl/',
src : ['**/*.css']
}
}
v2.0.2 [23 Nov 2019]
v2.0.1 [18 Feb 2016]
v2.0.0 [18 Feb 2016]
options.config
renamed to options.opts
(avoids confusion with RTLCSS Config).options.rules
, options.declarations
and options.properties
removed in favor of the new options.plugins
.RTLCSS options have changed, to view a summary of changes, see RTLCSS Upgrade guide.
v1.6.0 [15 Mar 2015]
v1.5.1 [14 Feb 2015]
v1.5.0 [14 Feb 2015]
saveUnmodified:true
to control whether to save unmodified files or not. Thanks @ocean90.v1.4.0 [30 Jan 2015]
v1.3.0 [26 Oct 2014]
v1.2.0 [28 Sep 2014]
v1.1.0 [27 Sep 2014]
v1.0.0 [24 Aug 2014]
v0.7.0 [11 Aug 2014]
v0.6.0 [4 Jul 2014]
v0.5.0 [4 Jul 2014]
v0.4.1 [15 May 2014]
v0.4.0 [6 Apr. 2014]
v0.3.0 [5 Apr. 2014]
v0.2.0 [20 Mar. 2014]
v0.1.2 [7 Mar. 2014]
v0.1.1 [6 Mar. 2014]
v0.1.0 [6 Mar. 2014]
FAQs
grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
We found that grunt-rtlcss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.