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.3 to 1.1.4

2

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

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

@@ -12,9 +12,7 @@ VTEX CSS Utils

Import utilities in your stylesheets choosing from Sass (`.scss`) or LESS options.
Import utilities in your stylesheets choosing from Sass (`.scss`) or LESS options. Please note that your text editor's linter might disagree with this notation, but it still works.
`@import "../../vtex-css-utils/sass/_css-utils.scss;`
`@import "../../vtex-css-utils/less/_css-utils.less;`
`@import "~vtex-css-utils/sass/_css-utils;`
`@import "~vtex-css-utils/less/_css-utils;`
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

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

* 1.1.4 Updated usage instructions yet again
* 1.1.3 Updated usage instructions

@@ -28,0 +27,0 @@ * 1.1.2 Add new util class

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