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

@vtmn/css-link

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/css-link - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.1](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-link@0.1.0...@vtmn/css-link@0.1.1) (2021-04-19)
**Note:** Version bump only for package @vtmn/css-link
# 0.1.0 (2021-04-16)

@@ -8,0 +16,0 @@

6

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

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

"devDependencies": {
"@vtmn/css-design-tokens": "^0.1.4",
"@vtmn/css-design-tokens": "^0.1.5",
"@vtmn/css-postcss-config": "^0.0.0",

@@ -42,3 +42,3 @@ "@vtmn/css-tailwind-config": "^0.0.0"

],
"gitHead": "834db45ab156d4cb860b324bebe70123b679e80e"
"gitHead": "89cadb144acaa040da5f6cc358bc10a1439a105a"
}

@@ -45,10 +45,12 @@ # `@vtmn/css-link`

rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap"
/>
```
You can also do it via CSS Import:
```css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap');
```
Otherwise, you can install them with `typeface`:

@@ -55,0 +57,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