ember-cli-postcss icon indicating copy to clipboard operation
ember-cli-postcss copied to clipboard

🔥 Postcss for Ember

Results 40 ember-cli-postcss issues
Sort by recently updated
recently updated
newest added

Bumps [@ember/test-helpers](https://github.com/emberjs/ember-test-helpers) from 2.6.0 to 2.8.1. Release notes Sourced from @​ember/test-helpers's releases. Release 2.8.1 :bug: Bug Fix #1221 Fix issues with embroider-optimized scenarios. (@​rwjblue) Committers: 1 Robert Jackson (@​rwjblue) Release...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.0.1 to 5.1.0. Commits 6410ef3 5.1.0 43cfa81 use windowsPathNoEscape/allowWindowsEscape opts e2a142c docs: remote extra bracket See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies

Is it possible to add a flag to silence or filter repeated deprecation warnings so we see only 1 for example? `postcssOptions: { compile: { extension: 'scss', enabled: true, parser:...

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.26.0. Changelog Sourced from eslint-plugin-import's changelog. [2.26.0] - 2022-04-05 Added [no-named-default, no-default-export, prefer-default-export, no-named-export, export, named, namespace, no-unused-modules]: support arbitrary module namespace names (#2358, thanks...

dependencies

Bumps [ember-cli-dependency-checker](https://github.com/quaertym/ember-cli-dependency-checker) from 3.2.0 to 3.3.1. Release notes Sourced from ember-cli-dependency-checker's releases. v3.3.0 Do not check dependencies on ember init Commits 76ebe58 3.3.1 ba8e765 Merge pull request #133 from NullVoxPopuli/patch-1...

dependencies

Bumps [@glimmer/tracking](https://github.com/glimmerjs/glimmer.js) from 1.0.4 to 1.1.2. Commits bb6f783 Release v1.1.2 824dcfb Merge pull request #393 from dfreeman/backport-392 f1c905c Add typesVersions entry for consistent Signature import paths 2c03aae Add explicit types...

dependencies

Bumps [@glimmer/component](https://github.com/glimmerjs/glimmer.js) from 1.0.4 to 1.1.2. Commits bb6f783 Release v1.1.2 824dcfb Merge pull request #393 from dfreeman/backport-392 f1c905c Add typesVersions entry for consistent Signature import paths 2c03aae Add explicit types...

dependencies

I'm trying to run the new [`@tailwindcss/jit`](https://github.com/tailwindlabs/tailwindcss-jit) plugin with `ember-cli-postcss` and it's working as long as I add these rules in the `app.css`: ``` @tailwind base; @tailwind components; @tailwind utilities;...

Hi, thanks for this addon. I'm trying to use this addon for sass compilation instead of ember-cli-sass. I have it working in a simple project. Now I'm trying to get...

bug
help wanted