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

@codeperate/stencil-windicss

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codeperate/stencil-windicss

A stencil plugin to transform windicss directives in your css file.

Source
npmnpm
Version
2.0.7
Version published
Weekly downloads
11
-31.25%
Maintainers
1
Weekly downloads
 
Created
Source

stencil-windicss

This is a stencil plugin for you to use windicss in your stencil project.

Important

  • Currently does not support attribute mode, compile mode, pre-flight and prefix.
  • Only .js config file is supported.
  • This project is still in development. Take your own risk on production usage.

Install

npm i @codeperate/stencil-windicss -D
// stencil.config.ts
import { windicssStencil } from '@codeperate/stencil-windicss';

export const config: Config = {
	plugins: [...windicssStencil({ configFile: 'windi.config.js', out: 'src/global/windi.css' })],
};

In your global stylesheet e.g. src/global/app.css


@import './windi.css';

Keywords

windicss

FAQs

Package last updated on 11 Jun 2021

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