1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 01:56:24 +02:00

add bootstrap 4 beta library

This commit is contained in:
jlapitan
2017-09-14 15:09:37 +04:00
parent 83e28635d0
commit 6232d7a12c

View File

@ -15,6 +15,13 @@ window.jsLibs = [
label: 'Bootstrap 4α',
type: 'js'
},
{
url:
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js',
label: 'Bootstrap 4β',
type: 'js'
},
{
url:
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.1/js/foundation.min.js',
@ -87,6 +94,12 @@ window.cssLibs = [
label: 'Bootstrap 4α',
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',
label: 'Bulma',