https://github.com/hypersoftllc/qc-css-properties
Set of CSS classes representing specific CSS property values.
https://github.com/hypersoftllc/qc-css-properties
Last synced: 2 months ago
JSON representation
Set of CSS classes representing specific CSS property values.
- Host: GitHub
- URL: https://github.com/hypersoftllc/qc-css-properties
- Owner: hypersoftllc
- License: isc
- Created: 2018-04-04T17:04:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T21:24:20.000Z (over 8 years ago)
- Last Synced: 2025-10-12T07:30:43.240Z (9 months ago)
- Language: CSS
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @qc/css-properties
[![Build Status][travis-svg]][travis-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![npm badge][npm-badge-png]][package-url]
## Installation
```sh
npm install --save @qc/css-properties
```
or
```sh
yarn add @qc/css-properties
```
## Example Usage
```jsx
import CN from 'classnames'
import React from 'react'
// Use ONE of the following imports
import '@qc/css-properties/src/css-properties.css'
import '@qc/css-properties/dist/styles/css-properties.css'
import '@qc/css-properties/dist/styles/css-properties.min.css'
export default function MyComponent(props) {
return (
...
)
}
```
## Other Packages from [QC]
* [@qc/react-block][qc-react-block]
* [@qc/react-conditionals][qc-react-conditionals]
* [@qc/react-layer][qc-react-layer]
* [@qc/react-page][qc-react-page]
## Maintainers
- [Danny Hurlburt](https://github.com/dhurlburtusa)
## License
ISC
[downloads-image]: http://img.shields.io/npm/dm/@qc/css-properties.svg
[downloads-url]: http://npm-stat.com/charts.html?package=@qc/css-properties
[license-image]: http://img.shields.io/npm/l/@qc/css-properties.svg
[license-url]: LICENSE
[package-url]: https://npmjs.org/package/@qc/css-properties
[npm-badge-png]: https://nodei.co/npm/@qc/css-properties.png?downloads=true&stars=true
[qc]: https://www.npmjs.com/~qc
[qc-react-block]: https://www.npmjs.com/package/@qc/react-block
[qc-react-conditionals]: https://www.npmjs.com/package/@qc/react-conditionals
[qc-react-layer]: https://www.npmjs.com/package/@qc/react-layer
[qc-react-page]: https://www.npmjs.com/package/@qc/react-page
[travis-svg]: https://travis-ci.org/hypersoftllc/qc-css-properties.svg?branch=master
[travis-url]: https://travis-ci.org/hypersoftllc/qc-css-properties