mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-23 18:53:02 +02:00
Merge pull request #190 from jlapitan/master
add bootstrap 4 beta library
This commit is contained in:
commit
ee10c3d443
@ -10,14 +10,19 @@ window.jsLibs = [
|
|||||||
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.4.3/js/foundation.min.js',
|
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js',
|
||||||
label: 'Foundation',
|
label: 'Foundation',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url:
|
url: 'https://semantic-ui.com/dist/semantic.min.js',
|
||||||
'https://semantic-ui.com/dist/semantic.min.js',
|
|
||||||
label: 'Semantic UI',
|
label: 'Semantic UI',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
@ -82,24 +87,31 @@ window.cssLibs = [
|
|||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.2/css/bulma.min.css',
|
url:
|
||||||
label: 'Bulma',
|
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css',
|
||||||
|
label: 'Bootstrap 4β',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url:
|
url:
|
||||||
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css',
|
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css',
|
||||||
label: 'Foundation',
|
label: 'Foundation',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.5.0/hint.min.css',
|
url:'https://semantic-ui.com/dist/semantic.min.css',
|
||||||
label: 'Hint.css',
|
label: 'Semantic UI',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url:'https://semantic-ui.com/dist/semantic.min.css',
|
url: 'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.2/css/bulma.min.css',
|
||||||
label: 'Semantic UI',
|
label: 'Bulma',
|
||||||
|
type: 'css'
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
url: 'https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.5.0/hint.min.css',
|
||||||
|
label: 'Hint.css',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user