Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T03:17:33.000Z (over 3 years ago)
- Last Synced: 2024-10-12T15:21:19.107Z (24 days ago)
- Topics: text-justify, webkit
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- 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