Ayoub REDA

Results 10 comments of Ayoub REDA

I'm using it with arabic text, so for exemple the text : "الدار البيضاء" is displayed like that "البيضاء الدار " inside a holder image. In css we can do...

How can I add this manually please ?

sure. ```javascript import path from 'path' import webpack from 'webpack' import ManifestPlugin from 'webpack-manifest-plugin' import UglifyJSPlugin from 'uglifyjs-webpack-plugin' import CleanWebpackPlugin from 'clean-webpack-plugin' import ExtractTextPlugin from 'extract-text-webpack-plugin' import WebpackRTLPlugin from 'webpack-rtl-plugin'...

I'm having the same problem, I want to display date as 'dd/mm/yyyy' and set the value to 'yyyy-MM-dd', but I always get for example: ` The specified value "27/05/2016" does...