2 dépôts
Tools for defining CSS properties using JavaScript object syntax.
Distinct from Cross-Browser CSS Authoring: None of the candidates cover the specific paradigm of authoring CSS as typed JS objects.
Explore 2 awesome GitHub repositories matching web development · CSS-in-JS Authoring Tools. Refine with filters or upvote what's useful.
jss is a CSS-in-JS styling library and dynamic style engine that allows for the authoring of CSS properties as JavaScript objects. It functions as a tool for defining visual rules programmatically to manage application appearance and bind styles to JavaScript data. The project distinguishes itself through a specialized implementation of container queries, which adjust element layouts based on the dimensions of parent containers. It also acts as a CSS animation orchestrator, creating scoped keyframe sequences and transitions controlled via JavaScript logic. The library provides capabilities f
Allows writing CSS properties as typed JavaScript objects to optimize rendering and delivery.
Tailwind CSS Typography is a plugin for the Tailwind CSS framework that provides hand-tuned typographic defaults for blocks of vanilla HTML content, such as content from Markdown or a CMS. It applies beautiful prose styles to HTML content using a single class, eliminating the need for custom CSS to style rich text. The plugin distinguishes itself by offering deep customization and control over typography. Users can adjust the overall font size of prose content across five predefined sizes, select from five built-in gray-scale palettes to match a project's color scheme, and seamlessly adapt ty
Defines styles using CSS-in-JS syntax with camelCase properties and nesting support.