@front10/bootstrap
v2.10.1
Published
Style library based on bootstrap
Downloads
423
Readme
front10 Bootstrap
@front10/front10-bootstrap
is an customization of bootstrap library.
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.
Change log
- 1.1.8 (2/5/2019)
- Added: Border compatibility.
- Fixed Bug:
- Padding and margin rules are now !important
- Improved compatibility with border-style.
- 1.1.6 (2/5/2019)
- Added: CSS rules to typography, rounded border, display, code and border to bootstrap customization 4.
- 1.1.3 (2/4/2019)
- Fixed bug: Improved row compatibility for RTL languages.
- 1.1.1 (2/4/2019)
- Fixed bug: Rename missing rules css for the padding.
- 1.1.0 (2/4/2019)
- Useful classes have been added for bootstrap customization 4.
- Fonts
- Margin
- Padding
- Rounded
- Useful classes have been added for bootstrap customization 4.
Library content
How Use
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'