1.2.3 • Published 3 months ago

@jswork/wsui-shorty v1.2.3

Weekly downloads
4
License
MIT
Repository
-
Last release
3 months 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

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

1.1.1

4 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago