https://github.com/afeiship/wsui-text-justify
Text align justify for webkit sassui.
https://github.com/afeiship/wsui-text-justify
text-justify webkit
Last synced: about 1 year ago
JSON representation
Text align justify for webkit sassui.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-text-justify
- Owner: afeiship
- License: mit
- Created: 2018-03-03T07:10:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T03:17:33.000Z (over 5 years ago)
- Last Synced: 2025-03-09T05:39:15.446Z (over 1 year ago)
- Topics: text-justify, webkit
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-text-justify
> Text align justify for webkit sassui.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```shell
npm i @jswork/wsui-text-justify
```
## usage
```scss
// use sass
@import '~@jswork/wsui-text-justify/dist/index.scss';
// use css
@import '~@jswork/wsui-text-justify/dist/style.css';
```
## preview
- https://afeiship.github.io/wsui-text-justify/
## license
Code released under [the MIT license](https://github.com/afeiship/wsui-text-justify/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/wsui-text-justify
[version-url]: https://npmjs.org/package/@jswork/wsui-text-justify
[license-image]: https://img.shields.io/npm/l/@jswork/wsui-text-justify
[license-url]: https://github.com/afeiship/wsui-text-justify/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-text-justify
[size-url]: https://github.com/afeiship/wsui-text-justify/blob/master/dist/wsui-text-justify.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-text-justify
[download-url]: https://www.npmjs.com/package/@jswork/wsui-text-justify