csjs
CSS module system
A modular CSS system with ES6 syntax that allows you to write and compose styles in JavaScript.
Modular, scoped CSS with ES6
576 stars
18 watching
32 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
csjscss-in-jscss-modules
Related projects:
Repository | Description | Stars |
---|---|---|
css-modules/css-modulesify | A browserify plugin to enable CSS Modules support | 403 |
tivac/modular-css | A more efficient and flexible CSS solution | 288 |
stackcss/sheetify | Modular CSS bundler for browserify | 447 |
css-modules/icss | Defines a format for CSS files used in component-based web applications to enable interoperability between CSS and JavaScript. | 630 |
airbnb/react-with-styles | Enables CSS-in-JavaScript styling in React without relying on specific implementations | 1,705 |
atfzl/eslint-plugin-css-modules | Tool to help ensure consistent usage of CSS modules in JavaScript projects | 152 |
airbnb/react-with-styles-interface-css | Provides an interface for compiling CSS-in-js styles to static CSS classes with deterministic and human-friendly class names. | 32 |
mtojo/rollup-plugin-stylus-css-modules | Compiles Stylus to CSS Modules and injects them into Rollup.js projects | 14 |
sgtpep/csstag | A lightweight CSS-in-JS library using tagged templates with CSS Modules | 18 |
madyankin/postcss-modules | A PostCSS plugin to automatically generate scoped CSS classes and export class names as JSON. | 1,599 |
salsify/ember-css-modules | Ember CSS modules integration | 284 |
nv/cssom | A JavaScript implementation of CSS Object Model and CSS parser | 753 |
diegohaz/styled-theme | Provides an extensible theming system for styled-components | 181 |
mohammadyounes/rtlcss | Converts LTR Cascading Style Sheets to RTL | 1,683 |
purescript-contrib/purescript-css | A type-safe library for describing and manipulating CSS. | 107 |