Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@jswork/wsui-shorty

afeiship39MIT1.2.3

Short and pithy style toolkits.

wsui, short, pithy, css, toolkit, scss, sass, tailwind

readme

wsui-shorty

Short and pithy style toolkits.

version license size download

installation

npm i @jswork/wsui-shorty

usage

// default to `scss`
@import '~@jswork/wsui-shorty/dist/index.scss';
// or use `css`
@import '~@jswork/wsui-shorty/dist/style.css";

// when tailwind
@import '~@jswork/wsui-shorty/dist/tailwind.css";
// OR use scss
@import '~@jswork/wsui-shorty/dist/tailwind.scss";

with tailwind

You can use @jswork/wsui-shorty with tailwind. At first, you need install sass.

@tailwind base;
@tailwind components;
@tailwind utilities;

@import '@jswork/wsui-shorty/dist/tailwind.css';

body {
    background: #eee;
}

documentation

license

Code released under the MIT license.