https://github.com/afeiship/wsui-border-collapse
Border collapse use css.
https://github.com/afeiship/wsui-border-collapse
border collapse sassui webkit
Last synced: 8 months ago
JSON representation
Border collapse use css.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-border-collapse
- Owner: afeiship
- License: mit
- Created: 2019-12-31T08:53:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T09:59:27.000Z (over 5 years ago)
- Last Synced: 2025-03-28T02:09:43.040Z (about 1 year ago)
- Topics: border, collapse, sassui, webkit
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-border-collapse
> Border collapse use css.
[![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-border-collapse
```
## usage
```scss
// use sass
@import '~@jswork/wsui-border-collapse/dist/index.scss';
// use css
@import '~@jswork/wsui-border-collapse/dist/style.css';
```
## resources
- https://stackoverflow.com/questions/17915865/how-to-make-borders-collapse-on-a-div
## license
Code released under [the MIT license](https://github.com/afeiship/wsui-border-collapse/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/wsui-border-collapse
[version-url]: https://npmjs.org/package/@jswork/wsui-border-collapse
[license-image]: https://img.shields.io/npm/l/@jswork/wsui-border-collapse
[license-url]: https://github.com/afeiship/wsui-border-collapse/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-border-collapse
[size-url]: https://github.com/afeiship/wsui-border-collapse/blob/master/dist/wsui-border-collapse.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-border-collapse
[download-url]: https://www.npmjs.com/package/@jswork/wsui-border-collapse