cssinjs / cssinjs/jss

[cli] css/cssx/less/sass/stylus adapter.

Open
#166 7 comments 4 reactions 0 assignees View on GitHub
complexity:high idea
Dominant language
JavaScript
Stars
7.1k
Forks
386
PR merge metrics
No merged PRs in 30d

Description

So we can write styles using one or more of those languages, then do things like:

``` js
import style from 'path/to/style.less' // or path/to/style.css, path/to/style.sass, path/to/style.styl

// ...
// it's a jss stylesheet, apply it when needed:
style.attach()
```

There could be some way to handle name-spaced styles...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.