Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sprucecss

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sprucecss - npm Package Versions

13
6

2.2.0-beta.5

Diff

conedevelopment
published 2.2.0-beta.4 •

conedevelopment
published 2.2.0-beta.3 •

conedevelopment
published 2.2.0-beta.2 •

conedevelopment
published 2.2.0-beta.1 •

conedevelopment
published 2.2.0-beta.0 •

conedevelopment
published 2.1.0 •

Changelog

Source

v2.1.0 (2023-05-28)

What's Changed

  • Use *-inline-size and *-block-size.

Bugfix

  • Fix responsive table size.
conedevelopment
published 2.1.0-beta.1 •

conedevelopment
published 2.1.0-beta.0 •

conedevelopment
published 2.0.0 •

Changelog

Source

v2.0.0 (2023-05-04)

What's Changed

  • Reverse prefers-reduced-motion behavior.
  • Add CSS custom property mode through css-custom-properties setting.
  • Fix selection mixin
  • Use margin-block-start at layout-stack.
  • Rework utility handling.
  • Fix ::-webkit-slider-thumb bug.
  • Reorganize generators.

Breaking changes

Because it is a major release, there are some breaking changes. In general, the changes are more of an optimization and reorganization.

  • The most significant change is the reorganization of variables. Now, almost all are in a Sass map and accessible with the config() function. You must use the config() function if you plan to use CSS custom properties; otherwise, the map.get also works.
  • We modified the generators. Now we have one main generator, generate-styles, and we can control its values through the $generators map.

Others

  • Clean up the complete documentation.
  • Update all of the Spruce UI components to v2.
  • Comment code.
  • Start with Sass tests.
  • Remove JS code from the package.
  • Update coding guides: use quotes when asking for a string value.
  • Remove namespaced imports to simplify the use of members (variables, functions, mixins).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc