WebGlossary.info
CSS-in-JS
- A styling technique in which JavaScript is used to style components. When this JavaScript is parsed, CSS is generated (usually as a
style
element) and attached to the DOM. CSS-in-JS abstracts CSS to the component level itself, using JavaScript to describe styles in a declarative and maintainable way. There are multiple implementations of this concept such as styled components or JSS. ← Wikipedia ↑ cssinjs.org
- Previous term: CSS Zen Garden
- Next term: CSS-Tricks
- Random term: Instant Articles