1.2.3 • Published 1 year ago

@jswork/wsui-shorty v1.2.3

Weekly downloads
4
License
MIT
Repository
-
Last release
1 year ago

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.

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago