MohammadYounes / rtlcss

Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
https://rtlcss.com
MIT License
1.68k stars 129 forks source link

bin/rtlcss.js: move require at the top #196

Closed XhmikosR closed 3 years ago

XhmikosR commented 3 years ago

Noticed it in #199.

XhmikosR commented 3 years ago

@MohammadYounes WDYT about this?

MohammadYounes commented 3 years ago

@XhmikosR Just waiting for #199 which covers this.

XhmikosR commented 3 years ago

I might drop #199, not sure all changes make sense or if you like all of them :) My plan is to merge this separately, and split #199 into separate patches so that we can drop anything you don't like.

For example, as much as I'd like the strict check to be on, I can't find a way to enable it without changing the parser options (which in turn makes some of standard's rules moot).