csstag
CSS tag
A lightweight CSS-in-JS library using tagged templates with CSS Modules
Tagged template for CSS Modules: const styles = css.root { color: red; }
;
18 stars
3 watching
1 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
browsercsscss-modulesesmpostcsstagged-templatetagged-template-literaltemplate-literal
Related projects:
Repository | Description | Stars |
---|---|---|
postcss/postcss-js | A PostCSS processor for CSS-in-JS and inline styles | 658 |
susam/spcss | A lightweight, minimal CSS stylesheet for styling simple HTML pages | 945 |
codemakebros/css-style-guide | A comprehensive guide to CSS and Sass styles with best practices and conventions | 97 |
suitcss/base | Provides basic CSS styles for web applications | 195 |
trysound/postcss-inline-svg | A PostCSS plugin to reference SVG files and control their attributes with CSS syntax. | 482 |
csslint/parser-lib | A CSS parser library for parsing and validating CSS syntax in JavaScript. | 288 |
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 114 |
rtsao/csjs | A modular CSS system with ES6 syntax that allows you to write and compose styles in JavaScript. | 576 |
jacobrask/styledocco | Generates documentation and style guides from CSS stylesheets | 1,064 |
csstools/postcss-write-svg | An extension of CSS that allows writing SVGs directly in the language | 758 |
tivac/modular-css | A more efficient and flexible CSS solution | 288 |
atfzl/eslint-plugin-css-modules | Tool to help ensure consistent usage of CSS modules in JavaScript projects | 152 |
purescript-contrib/purescript-css | A type-safe library for describing and manipulating CSS. | 107 |
rburnham52/svelte-typescript-sass-template | A template for building Svelte, TypeScript, and Sass projects with Storybook integration | 17 |
tonyganch/gonzales-pe | A CSS parser with support for preprocessors such as SCSS and LESS. | 330 |