I am new CSS styles and HTML.I have css file called layout.css in which we have a class called
.Grid {
width:100%;
direction:rtl
}
.tblsMonth {
direction :rtl
}
I have created another css file with class as below:
.textdirection {direction:ltr}
Can i make for .Grid and .tblsMonth direction property to read from my css file .textdirection