New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

scss2wxss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

scss2wxss

a scss to wxss tool

unpublished
latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

scss2wxss

用scss写小程序的样式,你可以在需要的文件夹里创建一个 .scss 的文件, 该插件会自动监听文件变化,然后在同目录下生成一个同名的 .wxss 样式文件供小程序使用。

安装

npm install scss2wxss -D

任务配置

"scripts": {
    "scss": "npx scss2wxss"
  },

执行任务

npm run scss

如果要编译成.css文件,则执行

npm run scss css

Keywords

scss

FAQs

Package last updated on 24 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts