An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

An EmberJS add-on that contains CSS-related helpers.

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).