This is a migrated thread and some comments may be shown as answers.

Icenium does not support Bootstrap

1 Answer 87 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ebikiri
Top achievements
Rank 1
Ebikiri asked on 15 Apr 2013, 03:40 PM
I am trying to get Twitter Bootstrap integrated into my project and Icenium throws errors in the CSS
example: 
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

It seems Icenium does not support custom properties. How can I get over this issue.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 16 Apr 2013, 01:49 PM
Hi Ebikiri,

Media queries are supported and you could check our demo where we use media queries to set HD images for devices with retina displays and other high DPI displays. If you're still having problems, please let us know:
  • What is your problematic project where we can see this?
  • Are you using Mist or Graphite?
  • Any steps for the errors to occur?

Regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
Tags
AppBuilder Windows client
Asked by
Ebikiri
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or