#
stylesheets
Here are 271 public repositories matching this topic...
Remove unused styles from CSS
-
Updated
Jul 15, 2020 - JavaScript
JSS is an authoring tool for CSS which uses JavaScript as a host language.
-
Updated
Aug 27, 2020 - JavaScript
Style iOS apps with a stylesheet, similar to CSS
-
Updated
Apr 5, 2017 - Objective-C
Extended StyleSheets for React Native
-
Updated
Jul 15, 2020 - JavaScript
A dark style sheet for QtWidgets application
-
Updated
May 7, 2020 - Python
Lightweight and customizable stylesheets for iOS
-
Updated
Dec 1, 2017 - Objective-C
Cyberpunk-inspired web UI made easy. Get augmented.
-
Updated
Jul 17, 2020 - CSS
simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)
-
Updated
May 26, 2020 - C++
A pure CSS library that provides you with a variety of nice-looking toggles
-
Updated
Aug 1, 2020 - CSS
CSS on-demand for AngularJS [Looking for New Maintainers]
-
Updated
Apr 15, 2017 - JavaScript
C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.
-
Updated
Aug 21, 2020 - C#
css
sass
font
front-end
ui
web-development
stylesheets
responsive
css3
card
flexbox
scss
css-framework
css-grid
stylesheet
sass-framework
-
Updated
Aug 27, 2020 - CSS
Opinionated reset stylesheet that provides a clean styling slate for your project.
-
Updated
Aug 17, 2020 - HTML
Runtime CSS manager, Turn CSS into dynamic JS module, Stylesheet CRUD (Create, Read, Update, Delete) in CSSOM, name space (local) class names
-
Updated
Mar 25, 2018 - JavaScript
The GTK Stylesheet for elementary OS
-
Updated
Aug 26, 2020 - CSS
Elementary OS system theme with custom OS X window controls. (light/dark)
-
Updated
Feb 28, 2020 - CSS
Styled Components on top of JSS.
-
Updated
Dec 31, 2018 - JavaScript
React Native styles that respond to orientation change
-
Updated
Aug 16, 2019 - JavaScript
emarteca
commented
Dec 2, 2019
Hi all, I've been working on a tool to identify instances of events registered to the wrong object in uses of some JavaScript event-driven APIs, as part of a research project.
The tool flagged line 74 in test/bench.js, on the registration of the "end" event.
The reason I believe this is an error as follows (from looking at t
A Webpack plugin for customizing Ant Design with an SCSS theme file and using Ant Design's compiled variables in SCSS files throughout your project.
-
Updated
Jul 30, 2020 - JavaScript
Pure CSS framework designed & developed by eBay for a branded, e-commerce marketplace.
css
html
less
library
stylesheets
accessibility
bem
a11y
aria
css-framework
ebay
styles
bem-methodology
-
Updated
Aug 29, 2020 - JavaScript
Generic Linked Data browser and UX component framework. Apache license.
client
ui
browser
stylesheets
linked-data
rdf
ux
docker-image
xslt
generic
semantic-web
knowledge-graph
ui-kit
ui-components
ui-widgets
ui-framework
rich-client
-
Updated
Aug 21, 2020 - JavaScript
Xamarin.Forms FlexLayout samples styled in a variety of ways: directly, XAML Styles, XAML Styles in a Resource Dictionary, CSS inline, and CSS loaded from a StyleSheet.
-
Updated
May 19, 2018 - C#
The CSS-inspired styling and layout framework for iOS
-
Updated
May 27, 2019 - Objective-C
Improve this page
Add a description, image, and links to the stylesheets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stylesheets topic, visit your repo's landing page and select "manage topics."


Description
When no duration is specified with the
--animation-durationthen the animation does not perform.If I inspect my element I can see:
animation-duration: var(--animate-duration);I think you should be using fallback values so that is the user doesn't specify a duration then it will default:
`