File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -230,14 +230,9 @@ code-example(format="").
230
230
... or none at all.
231
231
232
232
:marked
233
- Let's add the stylesheet.
234
-
235
- ol
236
- li Open a terminal window in the application root folder and enter the command:
237
- code-example( language ="html" escape ="html" ) .
238
- npm install bootstrap --save
239
- li Open <code >index.html</code > and add the following link to the <code >< ; head> </code >.
240
- + makeExample('forms/js/index.html' , 'bootstrap' )( format ="." )
233
+ Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code><head></code>.
234
+ + makeExample('forms/js/index.html' , 'bootstrap' )( format ="." )
235
+
241
236
:marked
242
237
.l-main-section
243
238
:marked
Original file line number Diff line number Diff line change @@ -244,14 +244,9 @@ code-example(format="").
244
244
... or none at all.
245
245
246
246
:marked
247
- Let's add the stylesheet.
248
-
249
- ol
250
- li Open a terminal window in the application root folder and enter the command:
251
- code-example( language ="html" escape ="html" ) .
252
- npm install bootstrap --save
253
- li Open <code >index.html</code > and add the following link to the <code >< ; head> </code >.
254
- + makeExample('forms/ts/index.html' , 'bootstrap' )( format ="." )
247
+ Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code><head></code>.
248
+ + makeExample('forms/ts/index.html' , 'bootstrap' )( format ="." )
249
+
255
250
:marked
256
251
.l-main-section
257
252
:marked
You can’t perform that action at this time.
0 commit comments