Socket
Socket
Sign inDemoInstall

t2css

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

t2css - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

lib/createCssString.js

@@ -11,3 +11,3 @@ /**

let classNameList = className.trim().split(' ')
//todo 匹配Vue模版类中的属性
//todo 匹配Vue模版类中的 :class 属性
let vueClassList = vueClassTemplate

@@ -33,3 +33,2 @@ let [ first, ...other ] = classNameList

}
}

@@ -36,0 +35,0 @@ return target

{
"name": "t2css",
"version": "0.1.3",
"version": "0.1.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,17 +13,19 @@ # vue-template-to-scss

<template>
<div class="instruction i1" :class="{selected: false}">
<img class="img" src="@/images/common/pic_instructions@3x.png" alt="">
</div>
<div class="instruction1 i2">
<p class="p">ssds</p>
<img src="" alt="">
</div>
<div>
<div class="is3">
<div class="is33">
<div>
<div class="is333">
<p>
<img src="" alt="">
</p>
<div class="testArea">
<div class="instruction i1">
<img class="img" src="@/images/common/pic_instructions@3x.png" alt="">
</div>
<div class="instruction1 i2">
<p class="p">ssds</p>
<img src="" alt="">
</div>
<div>
<div class="is3">
<div class="is33">
<div>
<div class="is333">
<p>
<img src="" alt="">
</p>
</div>
</div>

@@ -43,26 +45,26 @@ </div>

```
.instruction {
&.i1 {
.testArea {
.instruction {
&.i1 {
}
.img {
}
}
.img {
.instruction1 {
&.i2 {
}
.p {
}
img {
}
}
}
.instruction1 {
&.i2 {
}
.p {
}
img {
}
}
.is3 {
.is33 {
.is333 {
img {
.is3 {
.is33 {
.is333 {
img {
}
}
}
}
}
}}
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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