-
Updated
Mar 17, 2020
#
css-variables
Here are 163 public repositories matching this topic...
A useful list of must-watch talks about CSS
css
css-modules
flexbox
css-framework
talks
css-grid
videos
awesome-list
conference-talk
css-variables
css-performance
cssconf
jsconf
learning-resources
dotcss
css
css3
css-animations
cssnext
css-transitions
css-properties
docsify
css-experiment
css-snippets
css-variables
pseudo-elements
css-tricks
css-effects
css-flexbox
css-layout
css-shapes
css-center
css-shadow-parts
css-scrollbar
-
Updated
Feb 21, 2020 - CSS
CSS variables (Custom Properties) polyfill for IE11
-
Updated
Jun 29, 2020 - HTML
javascript
vanilla-javascript
javascript-library
css-variables
darkmode
prefers-color-scheme
user-preference
-
Updated
Apr 8, 2020 - JavaScript
virtual-dom
components
immutable
functional
component
webcomponents
custom-elements
shadow-dom
ndash
component-architecture
css-variables
-
Updated
Jun 11, 2020 - JavaScript
Tailwind CSS plugin for client-side theming using CSS variables, with dark mode support
color
dark-theme
dark
dark-mode
css-variables
custom-properties
tailwindcss
tailwindcss-plugin
prefers-color-scheme
-
Updated
Jun 17, 2020 - TypeScript
Making Animation Simple
typescript
timeline
easings
animation
svg-animations
transitions
web-animation
animation-controller
css-variables
waapi
multiple-animations
-
Updated
Mar 26, 2019 - TypeScript
Native HTML Elements with CSS superpowers. 🕶
-
Updated
Jul 3, 2020 - JavaScript
Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
-
Updated
Aug 25, 2019
Sass mixin to use CSS Custom Properties with Sass
-
Updated
Mar 25, 2019 - 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 lightweight front-end component library for developing fast and powerful web interfaces.
-
Updated
Jul 3, 2020 - HTML
-
Updated
Apr 4, 2020 - JavaScript
Easy to use event-driven CSS variables
-
Updated
Mar 18, 2019 - JavaScript
Open
Add an example page
1
danbahrami
commented
Apr 3, 2017
To show off the power of this component and to aid with development it would be cool if we could have an example page. Perhaps with some interactivity so you can update the custom properties that are being applied.
-
Updated
Sep 28, 2019 - CSS
PostCSS plugin to generate a custom CSS var shim
-
Updated
Aug 29, 2018 - HTML
theme
jsdoc
esdoc
custom-theme
css-grid-layout
css-variables
documentation-theme
reponsive
esdoc-template
-
Updated
Mar 5, 2018 - JavaScript
Simple Angular cryptocurrency listing app. Themed using CSS variables
-
Updated
Mar 28, 2019 - TypeScript
Dynamic CSS-grid base on CSS-variables. 🔥
-
Updated
May 3, 2019 - CSS
Exposing properties of HTML elements as CSS variables
-
Updated
Oct 22, 2017 - HTML
A stylelint rule to disallow usage of exposed custom properties
-
Updated
Dec 5, 2018 - JavaScript
meduzen
commented
Mar 19, 2020
Because of how SCSS interpolation works, v() can’t be used in calc(), repeat() and some others.
.selector {
left: calc(v(weeks, 3) * 7); // doesn’t work
left: calc(var(--weeks, 3) * 7); // works
}Two ideas: either create passthrough functions (like in true-hsl.scss) eit
s-grid is a helper class useful for creating responsive, fluid grid layouts using CSS Custom Properties.
-
Updated
Feb 22, 2017 - HTML
Shortcut.css is the first css package it support your stylesheet, Contain custom & built-in variables and classes you can use it with any situation you want with css shortcuts for more flexiblity & stability.
-
Updated
Feb 22, 2018 - CSS
Improve this page
Add a description, image, and links to the css-variables topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the css-variables topic, visit your repo's landing page and select "manage topics."
Hi Guys,
I would like to use your control but I am using typescript. Do you have support for this?