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.
- Host: GitHub
- URL: https://github.com/onehilltech/ember-cli-css-helpers
- Owner: onehilltech
- License: apache-2.0
- Created: 2021-04-25T01:41:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T01:43:34.000Z (about 4 years ago)
- Last Synced: 2025-02-28T10:42:35.330Z (2 months ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 0
- Watchers: 2
- 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 aboveInstallation
------------------------------------------------------------------------------```
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).