bitstyles icon indicating copy to clipboard operation
bitstyles copied to clipboard

A complete design system, with base styles and components, built in Sass using CSS variables

Results 67 bitstyles issues
Sort by recently updated
recently updated
newest added

In box-sizing.scss, there's this code: ``` #{layout.$viewport-elements} { height: 100%; min-height: stretch; } ``` but `stretch` is not a valid value for the `min-height` property. See https://developer.mozilla.org/en-US/docs/Web/CSS/min-height#syntax

Currently, `input:invalid` is used to look like an input with errors. This can be annoying because inputs that the user didn't touch at all look like they have errors, e.g....

I am trying to add bitstyles to a new project without changing any configuration. It is difficult. I would like to just write: ```scss @use '~bitstyles/scss/bitstyles'; ``` and be able...

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @​blakeembrey in expressjs/express#5935 [email protected] by @​wesleytodd in expressjs/express#5954...

dependencies
javascript

`scss/bitstyles/design-tokens/_focus.scss` is not being exported to CSS variables right now. Check that all the other newer design tokens are included in exports too.

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @​myndzi). 3.3.7 Fixed node16 TypeScript support...

dependencies
javascript

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0. Commits b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.7&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript