Farid Aghili

Results 16 comments of Farid Aghili

Looking forward to it

@vkalinichev I've tested it right now. `app.scss`: ```scss @import '~bootstrap/dist/css/bootstrap.css'; /*rtl:begin:ignore*/ @import '~owl.carousel/dist/assets/owl.carousel.css'; /*rtl:end:ignore*/ // more codes ... ``` It's expected that OwlCarousel be ignored here (Cause it supports RTL...

I'm using laravel-mix in a Laravel project. `webpack.mix.js` file: ```js const mix = require('laravel-mix'); mix.sass('resources/sass/app.scss', 'public/css') .options({ postCss: [ require('postcss-rtl')({ onlyDirection: 'rtl' }) ] }); ``` `package.json` file: ```json {...

@mhrabiee @miladmeidanshahi doesn't work on laravel-mix 5 neither. also tried [this](https://rtlcss.com/learn/usage-guide/value-directives/#tip) with no success.

This issue is still valid, facing it currently on laste version of Glide one Windows 11 with Google Chrome 105. Any update or workaround?

[Readme] In Windows, you'll need to include the GD2 DLL php_gd2.dll in php.ini > extension=php_gd2.dll [PHP doc] Note: This function is only available if PHP is compiled with freetype support...