Also I want to create child theme from classic theme.
When i create my own theme_rtl in child folder and only add some new CSS it show front-end layout is messed up.
for example in child them asset/css only is theme_rtl.css with this code:
body { color:red; }
This code cause :the page layout is cluttered..
Font has been changed color to red bout layout is lost!