Get static CSS(-in-JS) selectors from React components
Custom Styled Selector Options
> Selector parser with built in methods for working with selector strings.
React Element Selector Query (resq) - Query React components and children by selector (component name)
A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.
hast utility to create an element from a simple CSS selector
Full CSS support for JSX without compromises
Fast, expressive styling for React.
styled API for emotion
styled() API wrapper package for emotion.
Material Components for the web RTL Scss helpers
Determine selector specificity with postcss-selector-parser
Improve the debugging experience and add server-side rendering support to styled-components
A CSS selector engine.
PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors
Resolve a nested selector in a PostCSS AST
Resolve nested CSS selectors
Powerful and compliant CSS selector parser.
use querySelector syntax to search for nodes inside of (nested) shadow roots
a CSS selector parser
Convert DataTransfer object to a list of File objects
A lightweight toolset for writing styles in Javascript.
PostCSS plugin for CSS Modules to pass arbitrary values between your module files
TypeScript definitions for styled-components
An experimental gem to parse CSS and propagate the style attributes for the associated nodes using the selectors
Breadth first search an HTML page and spit out all the branches of the tree as CSS selectors. Simple filtering is currently hardcoded to ignore HTML tags that we don't style.
Ruby Cheerio is a jQuery style HTML parser, which take selectors as input. This is a Ruby version NodeJS package named 'Cheerio', which is extensively used by crawlers. Please visit the home page for usage details.
PrettyMailer lets you use stylesheets to apply inline styles to emails.
CSS Waxer refactors CSS files bringing the focus on properties, rather than on selectors. Typically, CSS files are written by groups of selectors, you first specify all the properties of <body>, then those of <h1>, #header, and so on. This makes it hard to catch a glimpse of the overall style of a site, such as the entire list of colors used, the fonts, or the dimensions. CSS Waxer reorders the lines of a CSS files so that properties are grouped together by family. In this way, you can rapidly check together all the fonts used, the colors, backgrounds, layouts and so on for the whole site.
Guilded is a framework for building web based components centered around current web standards and best practices. The current framework is written in ruby, but could be ported to other languages. Guilded intends to provide a toolset for creating and consuming reusable web components. Currently, this problem domain is filled with JavaScript frameworks. These frameworks are wonderful and work very well. However, they do not degrade gracefully and are not accessible. Guilded seeks to provide the same level of "componentization" and ease of use without sacrificing degradability and accessibility. Guilded will achieve these goals by applying each technology at our disposal to do what it was intended. XHTML will be employed for content. CSS used for layout and styling. Behavior will be added to a component with JavaScript through progressive enhancement. The user will have the best experience with a Guilded component when CSS and JavaScript are enabled in their browser, but will still be able to use the component when CSS and JavaScript are disabled. Guilded will use jQuery as it's base JavaScript framework. jQuery was chosen because it lends itself to progressive enhancement due to the way it was authored. In addition, the tight integration of jQuery's selectors with CSS selectors is also highly desirable. When authoring a Guilded component, it is encouraged to write the behavior code as a jQuery plugin. This will allow the jQuery plugin to be used outside of the Guilded project, if desired. Guilded also seeks to provide a standardized CSS framework for creating layouts that are reusable and predictable. Guilded will utilize the currently existing RubyGems system to package its components. A new Guilded component will be packaged in a Gem and have a dependency on the Guilded gem. The Guilded gem contains the framework to build Guilded components. Update: Due to the quality components, etc. being generated by the MooTools community and the general quality of the library, we have decided to include support for it in Guilded as of release 0.3.0.
No description provided.
No description provided.