#
element-queries
Here are 23 public repositories matching this topic...
EQCSS is a CSS Reprocessor that introduces Element Queries, Scoped CSS, a Parent selector, and responsive JavaScript to all browsers IE8 and up
javascript
css
polyfill
responsive
csquery
eqcss
meta-selector
parent-selector
min-width
max-width
eval
scoped-selectors
container-queries
element-queries
scoped-css
reprocessor
css-reprocessor
-
Updated
Jul 16, 2019 - HTML
-
Updated
Jun 1, 2020 - JavaScript
monooso
commented
Apr 24, 2018
The mixins.scss file is missing from the npm package. This means it's not possible to use the package as documented.
I think the problem is caused by the files property of the package.json file.
A simple, tiny alternative to element/container queries
-
Updated
Feb 19, 2020 - JavaScript
CSSplus is a collection of CSS Reprocessor plugins that dynamically update CSS variables
css
aspect-ratio
css-in-js
xpath
container-queries
element-queries
css-variables
scoped-css
reprocessor
cursory
scrollery
selectory
varsity
cssplus
css-reprocessor
xpath-selectors
js-in-css
-
Updated
Jul 16, 2019 - JavaScript
A flexible <style>-tag based CSS reprocessor
-
Updated
Aug 14, 2018 - HTML
QSS ➸ a simple query syntax for CSS element queries
-
Updated
Mar 4, 2018 - HTML
-
Updated
Mar 2, 2018 - JavaScript
Respond to changes in a DOM element's size. With React Breakpoints, element queries are no longer "web design's unicorn" 🦄
-
Updated
May 20, 2020 - JavaScript
Make container queries that harness the power of Ember Octane.
emberjs
ember-addon
responsive-design
element-query
container-queries
element-queries
container-query
ember-octane
-
Updated
Jul 10, 2020 - JavaScript
Friendly container queries for Ember
ember
ember-addon
element-query
component-architecture
container-queries
element-queries
container-query
responsive-web-design
responsive-components
-
Updated
Jun 21, 2020 - JavaScript
Add JavaScript tests to <link> tags to toggle stylesheets
-
Updated
Sep 29, 2017 - HTML
Powerful React hooks for media queries on window and any container element
react
breakpoints
element-query
matchmedia
container-queries
element-queries
container-query
react-hooks
-
Updated
Dec 16, 2019 - JavaScript
Responsive elements script.
-
Updated
Mar 8, 2017 - JavaScript
vue-container-query
-
Updated
Sep 10, 2019 - JavaScript
An element query plugin for jsincss
-
Updated
Mar 20, 2019 - JavaScript
Element Queries in React, using the ResizeObserver polyfill.
-
Updated
Mar 28, 2017 - JavaScript
modular
component
responsive
element
element-query
container-queries
element-queries
container-query
-
Updated
Oct 12, 2018 - JavaScript
A <200 byte container query plugin
-
Updated
Jul 18, 2017 - HTML
React component library that enables CSS container queries.
react
css
typescript
responsive
layout
css-in-js
responsive-layout
media-query
element-query
media-queries
container-queries
element-queries
container-query
-
Updated
Oct 12, 2019 - TypeScript
Build with Container Queries. Ship CSS.
css
preprocessor
css-preprocessor
container-queries
element-queries
reprocessor
css-reprocessor
html-compiler
js-in-css
-
Updated
Dec 31, 2017 - HTML
Improve this page
Add a description, image, and links to the element-queries topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the element-queries topic, visit your repo's landing page and select "manage topics."


After a refactoring I found that react-sizeme was not working properly anymore; my
size.widthwas 0.This was my original call (I don't think the HOC version is important):
sizeMe()(App)The issue in the end was the composition of my
Appcomponent: before the code change the main element was adiv, while after thatdivis wrapped inside the the style-components's `StyleSheetManager