#
breakpoints
Here are 77 public repositories matching this topic...
-
Updated
Jun 6, 2020 - JavaScript
Simple and powerful tool for creating breakpoints in styled components and emotion. 💅
react
typescript
styled-components
breakpoint
media
emotion
css-in-js
breakpoints
media-queries
css-in-react
mg901
css-breakpoint
styled-breakpoints
creating-breakpoints
-
Updated
Jun 18, 2020 - TypeScript
Utility function for using breakpoints with styled-components 💅 .
-
Updated
Nov 7, 2019 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
Splide is a lightweight, powerful and flexible slider and carousel, written in pure JavaScript without any dependencies.
-
Updated
Jun 17, 2020 - JavaScript
Extremely powerful Sass media query mixin. Allows you to create almost any media query you can imagine.
sass
query
mixins
responsive
aspect-ratio
scss
ratio
breakpoint
media
scss-mixins
mixin
breakpoints
media-queries
mq-scss
device-ratio
mq-variable
-
Updated
May 17, 2019 - CSS
rpichioli
commented
Jan 29, 2019
[Enter steps to reproduce:]
- ...
- ...
Atom: 1.34.0 x64
Electron: 2.0.16
OS: Unknown Windows version
Thrown From: xatom-debug package 1.6.11
Stack Trace
Failed to reload the xatom-debug package stylesheets
At error evaluating function `fadeOut`: color.toHSL is not a function in C:\Users\rpichioli\.atom\pack
Toolkit to Streamline View Definitions for Responsive Web Design
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Sep 23, 2017 - JavaScript
Awesome Breakpoints in JavaScript. (bootstrap supported)
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
Mar 14, 2020 - TypeScript
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
css
styled-components
breakpoint
media
css-in-js
cssinjs
breakpoints
media-query
media-queries
css-in-react
-
Updated
Jun 15, 2020 - JavaScript
Determine actual CSS media query breakpoints via JavaScript
-
Updated
Apr 25, 2020 - JavaScript
A React HOC with mediaqueries for responsive layout
-
Updated
Jun 6, 2020 - JavaScript
BREAKING-POINT lets you quickly define and subscribe to screen (i.e. window) breakpoints in your re-frame application
-
Updated
Jun 22, 2018 - Clojure
A plugin which detect Bootstrap 4 breakpoints and emit when there is a change
bootstrap
vanilla-javascript
breakpoint
bootstrap4
vanilla-js
breakpoints
bootstrap-4
vanillajs
breakpoints-plugin
breakpoint-detection
-
Updated
Mar 23, 2020 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
Tiny script to easily check what the current bootstrap breakpoint is
-
Updated
Dec 15, 2016 - JavaScript
A command line script that generates multiple responsive versions of an image at width breakpoints -- 320,480,640,768,960,1024,1280,1440 pixels wide -- that match common Mobile and widescreen desktop/laptop viewports using Imagemagick's convert utility and outputs the needed <img/> tag
html
converts
imagemagick
compression
html5
photoshop
jpeg
shell-script
breakpoints
srcset
responsive-images
psd-to-html
unix-shell
legacy-browsers
compression-quality
psd-jpg
-
Updated
Dec 15, 2017 - Shell
Atom plugin to set gdb breakpoints in .gdbinit file and run an external debugger as QtCreator or ddd
-
Updated
Feb 28, 2017 - JavaScript
jasper1918
commented
Jan 18, 2018
The latest networkx2.1rc1 version renames several functions.
Specifically:
adj_mat = nx.to_pandas_dataframe(node_graph)
AttributeError: 'module' object has no attribute 'to_pandas_dataframe'
The function is now called to_pandas_adjacency per:
networkx/networkx#2811
Either specify a version in the install or handle dynamically in the script.
ES6 class and jQuery Plugin to get the current Device Type and Display Type of a Browser while making CSS Breakpoints available in JavaScript.
plugin
jquery
jquery-plugin
device
es6
display
ecmascript
selector
es6-modules
mediaquery
mediaqueries
breakpoints
media-query
media-queries
es6-classes
css-breakpoint
-
Updated
Mar 13, 2019 - JavaScript
-
Updated
Jun 17, 2020 - Ruby
css
palette
utility
stylesheets
utilities
scss
scss-mixins
barebones
breakpoints
scss-framework
scss-library
-
Updated
Mar 3, 2020 - CSS
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
Improve this page
Add a description, image, and links to the breakpoints topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the breakpoints topic, visit your repo's landing page and select "manage topics."
The plus modifier is really useful, and we're using
:mq="['xs', 'sm']"in a lot of places for Bootstrap. It would be really helpful to have a-operator, so we could domq="sm-"instead.