New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vtex-css-utils

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtex-css-utils - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "vtex-css-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "A small package with css utility classes shared by VTEX front-end developers",

@@ -5,0 +5,0 @@ "main": "sass/css-utils.scss",

@@ -14,5 +14,7 @@ VTEX CSS Utils

`@import "~css-utils/sass/_css-utils.scss;`
`@import "~css-utils/less/_css-utils.less;`
`@import "../../vtex-css-utils/sass/_css-utils.scss;`
`@import "../../vtex-css-utils/less/_css-utils.less;`
Unfortunately there's no way to automatically make your stylesheet find `node_modules` (without some pipeline or build process of some kind), so you'll have to add the folder notation `../` to make the path right.
## Contributing

@@ -24,2 +26,3 @@

* 1.1.3 Updated usage instructions
* 1.1.2 Add new util class

@@ -26,0 +29,0 @@ * 1.1.1 Update release history

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