mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-25 03:31:00 +02:00
Merge pull request #190 from jlapitan/master
add bootstrap 4 beta library
This commit is contained in:
commit
ee10c3d443
@ -9,6 +9,12 @@ window.jsLibs = [
|
|||||||
label: 'Bootstrap 3',
|
label: 'Bootstrap 3',
|
||||||
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',
|
||||||
@ -16,8 +22,7 @@ window.jsLibs = [
|
|||||||
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,8 +87,9 @@ 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'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -93,13 +99,19 @@ window.cssLibs = [
|
|||||||
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