You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/getting-started/install.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,8 @@ You can also do the old fashioned thing and download Bootstrap manually. Choose
130
130
<BsTable>
131
131
| Type | Description | Link |
132
132
| --- | --- | --- |
133
-
| <strongclass="text-nowrap">Distribution files</strong> | Ready-to-use compiled and minified CSS and JavaScript files. Doesn't include documentation, source files, or dependencies like Floating UI. |{/*<a href="[[config:download.dist]]" class="btn-subtle theme-accent">Download</a>*/}|
134
-
| <strongclass="text-nowrap">Source files</strong> | Sass, JavaScript, and documentation files for compiling with your own asset pipeline. Requires [Sass compiler]([[docsref:/guides/contribute#sass]]), [Autoprefixer](https://github.com/postcss/autoprefixer), and a JavaScript bundler like [Rollup](https://rollupjs.org/) or [Webpack](https://webpack.js.org/). |{/*<a href="[[config:download.source]]" class="btn-subtle theme-accent">Download</a>*/}|
133
+
| <strongclass="text-nowrap">Distribution files</strong> | Ready-to-use compiled and minified CSS and JavaScript files. Doesn't include documentation, source files, or dependencies like Floating UI. | <ahref="[[config:download.dist]]"class="btn-subtle theme-accent btn-sm">Download</a> |
134
+
| <strongclass="text-nowrap">Source files</strong> | Sass, JavaScript, and documentation files for compiling with your own asset pipeline. Requires [Sass compiler]([[docsref:/guides/contribute#sass]]), [Autoprefixer](https://github.com/postcss/autoprefixer), and a JavaScript bundler like [Rollup](https://rollupjs.org/) or [Webpack](https://webpack.js.org/). | <ahref="[[config:download.source]]"class="btn-subtle theme-accent btn-sm">Download</a> |
135
135
</BsTable>
136
136
137
137
Should you require our full set of [build tools]([[docsref:/guides/contribute#tooling-setup]]), they are included for developing Bootstrap and its docs, but they’re likely unsuitable for your own purposes.
0 commit comments