Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 931c4d2

Browse files
committed
doc updated
1 parent 36cd0b4 commit 931c4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/src/scss/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $slicer-breakpoints-settings: true;
2121
/**
2222
* Bootstrap customised
2323
*
24-
* @see https://getbootstrap.com/docs/4.1/getting-started/theming/#variable-defaults
24+
* @see https://getbootstrap.com/docs/4.6/getting-started/theming/#variable-defaults
2525
*/
2626
$font-size-base:1.4rem;
2727
$font-weight-base:300;

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [ES6](https://github.com/lukehoban/es6features#readme) for JavaScript (transpiling with [Babel](https://babeljs.io/) and linting with [ESLint](https://eslint.org/))
88
- [SASS](http://sass-lang.com/) preprocessor for CSS with [SASS Guidelines](https://sass-guidelin.es/#the-7-1-pattern)
99
- [Breakpoint slicer](https://github.com/lolmaus/breakpoint-slicer/) to write faster media queries
10-
- [Bootstrap 4](https://getbootstrap.com/docs/4.3/getting-started/introduction/) as CSS framework ([customizable with SASS](https://getbootstrap.com/docs/4.3/getting-started/theming/#variable-defaults))
10+
- [Bootstrap 4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) as CSS framework ([customizable with SASS](https://getbootstrap.com/docs/4.3/getting-started/theming/#variable-defaults))
1111
- [Gulp 4](https://gulpjs.com/) & [Webpack 5](https://webpack.js.org/) to manage, compile and optimize theme assets
1212
- SVG Sprite : create a folder containing all your SVGs like `assets/src/svg/sprite` and run your watch or build
1313

0 commit comments

Comments
 (0)