purgecss icon indicating copy to clipboard operation
purgecss copied to clipboard

Remove unused CSS

Results 107 purgecss issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Got into memory exceeded limit error when trying to install the plugin using yarn **To Reproduce** Steps to reproduce the behavior: 1. Go to terminal - install...

bug
Need more information

Not including 3rd party packages CSS Next.js version - 11.0.2-canary.15 I have two 3rd party CSS imports inside the _app.tsx ```js import 'slick-carousel/slick/slick.css' import 'ant-design-layout/dist/ant-design-layout.min.css' ``` postcss.config.js - ```js const...

bug

Hi! I saw an issue, I have the latest version of vue 2. ![image](https://user-images.githubusercontent.com/31676163/100950153-b70d0a00-3546-11eb-9669-0d7792170790.png) But when I run the command on the existing project This is what I Got. ![image](https://user-images.githubusercontent.com/31676163/100950191-cbe99d80-3546-11eb-81ec-e60f639fc9c8.png)

bug

PurgeCss deletes the keyframe even though it is used; ```scss .component { animation: var(--component-animation) } .component--animated { --component-animation: fadeIn 0.4s; } @keyframes fadeIn { from { opacity: 0; } to...

bug

Right now, https://purgecss.com/guides/nuxt.html and https://purgecss.com/guides/vue.html are for v2 of both frameworks. Integration for Vue3 has changed only based on the "defaults", for Nuxt, I've updated [the module](https://github.com/Developmint/nuxt-purgecss/) which comes with...

help wanted
documentation

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. Release notes Sourced from actions/stale's releases. v6.0.0 :warning: Breaking change :warning: Issues/PRs default close-issue-reason is now not_planned(#789) V5.2.0 Features: New option include-only-assigned enables users...

dependencies
github_actions

Bumps [vinyl](https://github.com/gulpjs/vinyl) from 2.2.1 to 3.0.0. Release notes Sourced from vinyl's releases. vinyl v3.0.0 ⚠ BREAKING CHANGES Clone streams with teex No longer await all streams to flow before emitting...

dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1. Release notes Sourced from rollup's releases. v2.79.1 2022-09-22 Bug Fixes Avoid massive performance degradation when creating thousands of chunks (#4643) Pull Requests #4639: fix:...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 5.38.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.38.1 5.38.1 (2022-09-26) Note: Version bump only for package @​typescript-eslint/typescript-eslint v5.38.0 5.38.0 (2022-09-19) Features website: add warning on...

dependencies
javascript