mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
add bootstrap 4 beta library
This commit is contained in:
@ -15,6 +15,13 @@ window.jsLibs = [
|
|||||||
label: 'Bootstrap 4α',
|
label: 'Bootstrap 4α',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url:
|
||||||
|
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js',
|
||||||
|
label: 'Bootstrap 4β',
|
||||||
|
type: 'js'
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
url:
|
url:
|
||||||
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.1/js/foundation.min.js',
|
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.1/js/foundation.min.js',
|
||||||
@ -87,6 +94,12 @@ window.cssLibs = [
|
|||||||
label: 'Bootstrap 4α',
|
label: 'Bootstrap 4α',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url:
|
||||||
|
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css',
|
||||||
|
label: 'Bootstrap 4β',
|
||||||
|
type: 'css'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.min.css',
|
url: 'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.min.css',
|
||||||
label: 'Bulma',
|
label: 'Bulma',
|
||||||
|
Reference in New Issue
Block a user