Skip to content

afeiship/wsui-shorty

Repository files navigation

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.