External resources in JSFiddle (Adding Twitter Bootstrap CDN)

前端 未结 4 2104
难免孤独
难免孤独 2020-12-08 06:51

I am trying to replicate my issue with JSFiddle but when needed frameworks not supported natively, I believe I will need to import them from external resources

4条回答
  •  萌比男神i
    2020-12-08 07:07

    I do something like this: @import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');

提交回复
热议问题