Skip to content

Commit ae35dff

Browse files
committed
Broken?
1 parent dada9d3 commit ae35dff

File tree

17 files changed

+8
-35
lines changed

17 files changed

+8
-35
lines changed

Diff for: packages/color-modes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com)'s source Sass and an ES Module ver
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/color-modes?file=index.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fcolor-modes%2Findex.html)
88

99
## How to use
1010

Diff for: packages/color-modes/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"build": "npm run css",
1310
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules scss/:css/",

Diff for: packages/icons-font/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include the [Bootstrap Icons](https://icons.getbootstrap.com) icon fonts via npm
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/icons-font?file=index.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Ficons-font%2Findex.html)
88

99
## How to use
1010

Diff for: packages/icons-font/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"build": "npm run css",
1310
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=../../node_modules scss/:css/",

Diff for: packages/parcel/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"start": "parcel serve src/index.html --public-url / --dist-dir dist",
1310
"build": "parcel build src/index.html --public-url / --dist-dir dist",

Diff for: packages/sass-js-esm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com)'s source Sass and an ES Module ver
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/sass-js-esm?file=index.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fsass-js-esm%2Findex.html)
88

99
## How to use
1010

Diff for: packages/sass-js-esm/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"build": "npm run css",
1310
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=../../node_modules scss/:css/",

Diff for: packages/sass-js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com)'s source Sass and compiled JavaScr
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/sass-js?file=index.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fsass-js%2Findex.html)
88

99
## How to use
1010

Diff for: packages/sass-js/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"build": "npm run css",
1310
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=../../node_modules scss/:css/",

Diff for: packages/starter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com) CSS and JS via the [jsDelivr CDN](
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/starter?file=index.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fstarter%2Findex.html)
88

99
## Download
1010

Diff for: packages/starter/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"start": "sirv --dev --no-clear --port 3000"
1310
},

Diff for: packages/vite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com)'s source Sass and individual JavaS
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/vite?file=src%2Findex.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fvite%2Fsrc%2Findex.html)
88

99
## How to use
1010

Diff for: packages/vite/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"start": "vite",
1310
"build": "vite build",

Diff for: packages/vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com)'s source Sass and individual JavaS
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/vue?file=index.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fvue%2Findex.html)
88

99
## How to use
1010

Diff for: packages/vue/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"start": "npm run dev",
1310
"dev": "vite",

Diff for: packages/webpack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Include [Bootstrap](https://getbootstrap.com)'s source Sass and individual JavaS
44

55
## Edit in browser
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main/packages/webpack?file=src%2Findex.html)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/twbs/examples/tree/main?file=packages%2Fwebpack%2Fsrc%2Findex.html)
88

99
## How to use
1010

Diff for: packages/webpack/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"repository": "twbs/examples",
77
"license": "MIT",
8-
"stackblitz": {
9-
"startCommand": "npm start"
10-
},
118
"scripts": {
129
"start": "webpack serve",
1310
"build": "webpack build",

0 commit comments

Comments
 (0)