https://github.com/avalanchesass/avalanche_component_zebra_striping
Zebra striping rows
https://github.com/avalanchesass/avalanche_component_zebra_striping
Last synced: 2 months ago
JSON representation
Zebra striping rows
- Host: GitHub
- URL: https://github.com/avalanchesass/avalanche_component_zebra_striping
- Owner: avalanchesass
- License: gpl-2.0
- Created: 2016-03-12T16:25:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T16:37:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T09:16:51.457Z (3 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avalanchesass_component_zebra_striping
Zebra striping rows.## Install
```
npm install avalanchesass_component_zebra_striping --save
```## Basic usage
```css
/* Import the main file. */
@import 'avalanchesass_component_zebra_striping';/* Import just the mixin file. */
@import 'avalanchesass_component_zebra_striping/mixin';
```## About
### Author
Markus Oberlehner
Twitter: https://twitter.com/MaOberlehner### License
GPL v2 (http://www.gnu.org/licenses/gpl-2.0.html)