https://github.com/afeiship/wsui-vim-center
Vertical align center for webkit sass ui.
https://github.com/afeiship/wsui-vim-center
center middle vertical vim-center webkit
Last synced: 22 days ago
JSON representation
Vertical align center for webkit sass ui.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-vim-center
- Owner: afeiship
- License: mit
- Created: 2018-03-01T05:34:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T08:30:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T08:09:35.667Z (4 months ago)
- Topics: center, middle, vertical, vim-center, webkit
- Language: JavaScript
- Size: 11.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-vim-center
> Vertical align center for webkit sass ui.[![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-vim-center
```## usage
```scss
// use sass
@import '~@jswork/wsui-vim-center/dist/index.scss';
// use css
@import '~@jswork/wsui-vim-center/dist/style.css';
```## preview
- https://afeiship.github.io/wsui-vim-center/## license
Code released under [the MIT license](https://github.com/afeiship/wsui-vim-center/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-vim-center
[version-url]: https://npmjs.org/package/@jswork/wsui-vim-center[license-image]: https://img.shields.io/npm/l/@jswork/wsui-vim-center
[license-url]: https://github.com/afeiship/wsui-vim-center/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-vim-center
[size-url]: https://github.com/afeiship/wsui-vim-center/blob/master/dist/wsui-vim-center.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-vim-center
[download-url]: https://www.npmjs.com/package/@jswork/wsui-vim-center