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

https://github.com/clarksource/ember-css-modules-config

Bootstraps ember-css-modules with various PostCSS plugins and good defaults.
https://github.com/clarksource/ember-css-modules-config

ember-addon ember-css-modules postcss

Last synced: about 1 month ago
JSON representation

Bootstraps ember-css-modules with various PostCSS plugins and good defaults.

Awesome Lists containing this project

README

        

# @clark/ember-css-modules-config

[![CI](https://github.com/ClarkSource/ember-css-modules-config/workflows/CI/badge.svg)](https://github.com/ClarkSource/ember-css-modules-config/actions)
[![npm version](https://badge.fury.io/js/@clark%2Fember-css-modules-config.svg)](http://badge.fury.io/js/@clark%2Fember-css-modules-config)
[![Download Total](https://img.shields.io/npm/dt/@clark%2Fember-css-modules-config.svg)](http://badge.fury.io/js/@clark%2Fember-css-modules-config)
[![Ember Observer Score](https://emberobserver.com/badges/-clark-ember-css-modules-config.svg)](https://emberobserver.com/addons/@clark/ember-css-modules-config)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![CLARK Open Source](https://img.shields.io/badge/CLARK-Open%20Source-%232B6CDE.svg)](https://www.clark.de/de/jobs)

[![Dependabot enabled](https://img.shields.io/badge/dependabot-enabled-blue.svg?logo=dependabot)](https://dependabot.com/)
[![dependencies Status](https://david-dm.org/ClarkSource/ember-css-modules-config/status.svg)](https://david-dm.org/ClarkSource/ember-css-modules-config)
[![devDependencies Status](https://david-dm.org/ClarkSource/ember-css-modules-config/dev-status.svg)](https://david-dm.org/ClarkSource/ember-css-modules-config?type=dev)

Bootstraps [ember-css-modules][ember-css-modules] with various
[PostCSS plugins][postcss-parts] and good defaults.

[ember-css-modules]: https://github.com/salsify/ember-css-modules
[postcss-parts]: https://www.postcss.parts/

## Installation

```sh
ember install @clark/ember-css-modules-config
```

## License

This project is licensed under the [MIT License](LICENSE.md).