-
Updated
Sep 28, 2020 - CSS
#
stylesheets
Here are 270 public repositories matching this topic...
Remove unused styles from CSS
-
Updated
Sep 23, 2020 - JavaScript
JSS is an authoring tool for CSS which uses JavaScript as a host language.
-
Updated
Sep 10, 2020 - JavaScript
Style iOS apps with a stylesheet, similar to CSS
-
Updated
Apr 5, 2017 - Objective-C
Extended StyleSheets for React Native
-
Updated
Sep 20, 2020 - JavaScript
A dark style sheet for QtWidgets application
-
Updated
May 7, 2020 - Python
Lightweight and customizable stylesheets for iOS
-
Updated
Sep 18, 2020 - Objective-C
Cyberpunk-inspired web UI made easy. Get augmented.
-
Updated
Aug 30, 2020 - CSS
A pure CSS library that provides you with a variety of nice-looking toggles
-
Updated
Aug 1, 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++
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
Sep 25, 2020 - C#
css
sass
font
front-end
ui
web-development
stylesheets
responsive
css3
card
flexbox
scss
css-framework
css-grid
stylesheet
sass-framework
-
Updated
Sep 28, 2020 - SCSS
Opinionated reset stylesheet that provides a clean styling slate for your project.
-
Updated
Sep 22, 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
Sep 23, 2020 - SCSS
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
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
Sep 7, 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
Sep 21, 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
Sep 23, 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."


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