PerseusTheGreat / CSS-Factory

A simple tool to clean, lint, prefix, prettify, RTL-ize, and minify CSS files, all with just one command.
ISC License
9 stars 0 forks source link

RTL-ization doesn't work #3

Open alirezasoleimaniasl opened 3 months ago

alirezasoleimaniasl commented 3 months ago

Hi there. I used CSS-Factory for a Bootstrap 5 theme and it doesn't rtl-ized it. My page Use two styles: 1- styles.min.css 2- bootstrap.min.css (bootstrap ver 5) I replaced it with rtl-ized one in my page and nothing changed. Am I miss something?

PerseusTheGreat commented 2 months ago

Hi, I apologize for the delay in considering this issue.

  1. Ensure you are using the correct command.(npm run build)
  2. Change the file name from style.min.css to style.css and attempt the process once more.
  3. Additionally, utilize the official bootstrap.rtl.css (not converted one) for guaranteed results.
  4. Also read official bootstrap 5.x documentation about using RTL version.