csstips icon indicating copy to clipboard operation
csstips copied to clipboard

CSS Tips to help beginners using CSS in TS / JS

Results 4 csstips issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Is there a particular reason that flex grow and shrink were completely omitted from this library? I find that functionality to be pretty important to be able to control. Is...

I'm trying to use csstips in a server-side rendered app. The same import style doesn't work for both. When I use the following in a .tsx file: ``` import *...

I tend to end up with : ``` csstips.horizontallyCenterSelf, { width: '100%', maxWidth: maxPageContentWidth, }), ``` Perhaps `100%` and maxwidth argument should be a part of the tip