https://github.com/onehilltech/ember-cli-css-helpers
An EmberJS add-on that contains CSS-related helpers.
https://github.com/onehilltech/ember-cli-css-helpers
Last synced: 3 months ago
JSON representation
An EmberJS add-on that contains CSS-related helpers.
- Host: GitHub
- URL: https://github.com/onehilltech/ember-cli-css-helpers
- Owner: onehilltech
- License: apache-2.0
- Created: 2021-04-25T01:41:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T01:43:34.000Z (over 5 years ago)
- Last Synced: 2025-10-06T19:46:40.756Z (10 months ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-cli-css-helpers
==============================================================================
An EmberJS add-on that contains CSS-related helpers
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.12 or above
* Ember CLI v2.13 or above
* Node.js v10 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-cli-css-helpers
```
Helpers
------------------------------------------------------------------------------
* `css-url(url)` - Wraps the URL in the `url()` function
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).