Is there anyway to enable Bootstrap via CDN?

I am trying to ask a question in Plunker by porting some of my project code ... The thing is, I wrote the whole style in less

, not simple css

. Is there anyway to get Plunker or any internet code editor to import bootstrap style files .less

via CDN?

You already have no problem:

    <script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.4/less.min.js"></script>

      

Greetings

+3


source to share





All Articles