css-zero icon indicating copy to clipboard operation
css-zero copied to clipboard

Zero-runtime CSS-in-JS

Results 47 css-zero issues
Sort by recently updated
recently updated
newest added

Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.5.0 to 8.5.1. Commits 5bd73f6 8.5.1 4d0804b Backport #352. Closes #353 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hapi/hoek&package-manager=npm_and_yarn&previous-version=8.5.0&new-version=8.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this...

dependencies

What ideas have been considered for optimizing output? Dev vs production builds? Is https://github.com/linkedin/opticss relevant to consider using together with css-zero?

How does this project's tradeoffs compare to linaria, SC, stylex, etc?

Hey Craig. I decided to give `css-zero` a try, but can't manage to make it work in [next.js](https://github.com/zeit/next.js). I encountered a few issues. When I required `import {css, styles} from...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

I would like to use scss syntax inside css. Similar to https://github.com/4Catalyzer/astroturf

what do you think about changing the hash to readable class names? for ex , instead of .sajfsfdaflalsfkja {color: red}, just use .colorRed {color:red}. Because all the styles are de-duped,...

I haven't used your lib yet, but came across it looking for a zero runtime atomic css-in-js solution (similar to the one facebook just demoed @ React Conf, but have...