Search found 1 match
- Fri Sep 11, 2015 6:55 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Does auto-complete work for CSS files hosted on CDNs?
- Replies: 1
- Views: 2318
Does auto-complete work for CSS files hosted on CDNs?
For example, I'm linking to the Bootstrap CSS file that is hosted on a CDN: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" /> It seems Auto-complete cannot detect the CSS classes on CSS files that are hosted on CDNs. Is there a way to fix this ...