Socket
Socket
Sign inDemoInstall

@vtmn/css-tag

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/css-tag - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

package.json
{
"name": "@vtmn/css-tag",
"version": "0.4.1",
"version": "0.4.2",
"description": "Decathlon Design System - Vitamin specific CSS styles for tag component",

@@ -42,3 +42,3 @@ "keywords": [

"svelte": "dist/index-with-vars.css",
"gitHead": "1f5debcd24b8a05c5965f1173696c3c888ca852f"
"gitHead": "011c6173f2b7b5e5e04c6da3c7e336f2ececfc31"
}

@@ -64,2 +64,22 @@ # `@vtmn/css-tag`

## Install icons (optional)
If you need to display icons, you will need to install `@vtmn/icons` package.
```sh
# with npm
npm i -S @vtmn/icons
# with yarn
yarn add @vtmn/icons
```
Then follow instructions in [README of @vtmn/icons](https://www.npmjs.com/package/@vtmn/icons) :
```javascript
import '@vtmn/icons/dist/vitamix/font/vitamix.css';
```
Or you can also import it with a CDN like `unpkg.com` with [this file](https://unpkg.com/@vtmn/icons/dist/vitamix/font/vitamix.css).
## Usage

@@ -66,0 +86,0 @@

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