https://github.com/opentok/solutions-css
https://github.com/opentok/solutions-css
css opentok tokbox
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opentok/solutions-css
- Owner: opentok
- Created: 2016-08-15T21:03:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T13:41:12.000Z (almost 8 years ago)
- Last Synced: 2024-09-19T13:50:04.362Z (8 months ago)
- Topics: css, opentok, tokbox
- Language: CSS
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 24
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# OpenTok Solutions CSS
Universal css styles for OpenTok Accelerator Packs.
###Installation:
```bash
$ npm install --save opentok-solutions-css
```If using browserify or webpack:
```javascript
require('opentok-solutions-css');
```Otherwise, just include the link to the stylesheet in your html:
```html
```