In our constant effort for the optimization and efficiency of our components, we have decided to create this library of styles that will allow us to only import in each component / project the css classes that we need.
At this time we need the bootstrap system layout but without Flex for compatibility reason.
All Utilities and colors of bootstrap 4 plus new utilities.
Import in your website the CSS file that you want to use according to your needs.
Bootstrap 4
LTR
import from '@front10/bootstrap/bootstrap4/index.css'
or
import from '@front10/bootstrap/bootstrap4/index.min.css'
RTL
import from '@front10/bootstrap/bootstrap4/index.rtl.css'
or
import from '@front10/bootstrap/bootstrap4/index.rtl.min.css'
Bootstrap 3
LTR
import from '@front10/bootstrap/index.css'
or
import from '@front10/bootstrap/index.min.css'
RTL
import from '@front10/bootstrap/index.rtl.css'
or
import from '@front10/bootstrap/index.rtl.min.css'