ember-css-modules

v2.1.0
CSS Modules for ambitious applications
ember-addon css-modules

build

ember build --environment=production

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember server

test

npm-run-all lint test:node test:ember

test:ember

ember test

test:ember-compatibility

ember try:each

test:node

qunit tests-node/**/*-test.js
npm i ember-css-modules

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Dan Freeman
  • released 4/2/2024

Downloads