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.

latest
Source
npmnpm
Version
2.1.2
Version published
Maintainers
1
Created
Source

stencil-windicss

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

Change Log

  • 2.1.2 support rewriteClass config, disable this will not support grouping class variant e.g.(focused:(bg-red-600 border))
  • 2.1.1 support extract include and exclude
  • 2.1.0 added preflight mode

Important

  • Currently does not support attribute mode, compile mode 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', //These are the default value
			out: 'windi.css',
			preflight: false,
		}),
	],
};

In your html

<link href="/build/windi.css" rel="stylesheet" />

Keywords

windicss

FAQs

Package last updated on 17 Sep 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