media-query-to-type
IE compatibility fix
A method to convert media queries into stylesheets compatible with older versions of Internet Explorer.
A method for creating an IE specific stylesheet that allows the content of media queries to become accessible to Internet Explorer 8 and below. This process uses LESS string interpolation to convert media queries into media types which are supported back to IE6.
10 stars
3 watching
0 forks
Language: CSS
last commit: almost 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
drenglish/vue-match-media | A Vue.js plugin that simplifies the use of media queries in web applications | 36 |
jofftiquez/vue-media-query-mixin | A mixin to get current media query information in Vue.js applications | 28 |
csstools/oldie | A tool that transforms CSS to be compatible with older versions of Internet Explorer | 169 |
themgoncalves/super-query | A utility library that simplifies media query management in styled-component applications | 30 |
at-import/breakpoint | Makes writing media queries in Sass more efficient and easier to maintain | 2,093 |
stylecow/stylecow | A Node.js library that fixes and makes CSS compatible with all modern browsers. | 163 |
coliff/bootstrap-ie7 | A conditional CSS stylesheet that enables Bootstrap 3 support in Internet Explorer 7 | 575 |
cyberap/vue-component-media-queries | A Vue component library for handling media queries and responsive design. | 76 |
tuckerconnelly/uranium | A utility library that simplifies the use of CSS media queries in React Native and React applications | 126 |
experience-monks/detect-media-element-source | Determines whether WebAudio's createMediaElementSource() is supported by the browser | 5 |
appbaseio/mirage | A web-based tool for composing and visualizing Elasticsearch queries in a user-friendly interface. | 2,212 |
buymeasoda/less-media-queries | A solution for managing media queries and layout styling using LESS CSS to support multiple browsers and resolutions. | 17 |
levchak0910/css-media-splitter | A tool that extracts media queries from CSS files and separates them into dedicated files based on device types, optimizing page loading time. | 37 |
xelaok/svelte-media-query | A Svelte-based solution for managing CSS media queries. | 52 |
dan503/mq-scss | A utility for defining and combining media queries in Sass to control layout and styling based on device characteristics. | 125 |