Type object
File match .bootstraprc
Schema URL https://catalog.lintel.tools/schemas/schemastore/bootstraprc/latest.json
Source https://www.schemastore.org/bootstraprc.json

Validate with Lintel

npx @lintel/lintel check
Type: object

All of

1. coreProperties object
2. object | object object | object
3. variant

Definitions

extractStyling object
extractStyles boolean

Enables/disables extraction of styles to a standalone CSS file using extract-text-webpack-plugin

Default: false
coreProperties object
appStyles string

Import your custom styles here. Usually this endpoint file contains a list of @imports of your application styles.

bootstrapCustomizations string

The .scss file path to be loaded after Bootstrap's _variables.scss file

bootstrapVersion integer

The major version of Bootstrap being used

Default: 3
Values: 3 4
loglevel string

The verbosity of logging. Exclude this property to disable.

Values: "debug"
preBootstrapCustomizations string

The .scss file path to be loaded before Bootstrap's _variables.scss file

scripts boolean | object

Excludes/includes Bootstrap's JavaScript modules

styleLoaders string[]

An array of Webpack loader names. Order matters, and sass-loader is required.

Default:
[
  "style",
  "css",
  "sass"
]
minItems=1uniqueItems=true
styles boolean | object

Excludes/includes Bootstrap's CSS modules

useCustomIconFontPath boolean

Set to true if using a custom icon font and you need to specify its path in your Sass files

Default: false
useFlexbox boolean

Enables/disables the flexbox model available in Bootstrap 4

Default: true