パッケージの詳細

postcss-no-important

DUBANGARCIA472MIT10.2.0

PostCSS plugin for delete declarations !important

postcss, css, postcss-plugin, important

readme

PostCSS No Important

Build Status Known Vulnerabilities Commitizen friendly

PostCSS plugin for delete declarations !important.

.foo {
    /* Input example */

    background-color: #ccc !important;
}
.foo {
  /* Output example */

  background-color: #ccc;
}

Installation

bun add --dev postcss postcss-no-important

Usage

postcss([ require('postcss-no-important') ])

See PostCSS docs for examples for your environment.

更新履歴

Changelog

10.2.0 (2025-06-02)

Features

  • workspace: 🎸 migrate from pnpm to bun as package manager (aadde56)

10.1.0 (2024-08-16)

Features

  • plugin: 🎸 migrate the use of eslint, prettier, pnpm and nvm tools to tools currently in use (20608cf)
  • workspace: 🎸 add a validation in renovate to automatically mix pin type changes (fee0246)
  • workspace: 🎸 change the format of the renovate bot configuration for the renovate app (2aa2c30)
  • workspace: 🎸 migrate to the use of the renovate bot tool instead of dependabot (20bd4fe)
  • workspace: 🎸 update project dependencies (6129574)
  • workspace: 🎸 update the renovate configuration to auto-mix packages with stable releases (ca2ca8d)

10.0.7 (2023-05-07)

Bug Fixes

  • workspace: 🐛 the resolution of dependencies (ae00d7b)

10.0.6 (2023-05-07)

10.0.5 (2023-05-07)

10.0.4 (2023-05-07)

10.0.3 (2023-05-07)

10.0.2 (2023-05-07)

Bug Fixes

  • workspace: 🐛 adding configuration in release it hooks (73d7c45)

10.0.1 (2023-05-07)

10.0.0 (2023-05-07)

Bug Fixes

  • workspace: 🐛 add push_repo option in release-it (ee7d23b)
  • workspace: 🐛 add the condition to execute the deploy step on the correct branch (6f7c95b)
  • workspace: 🐛 change yarn package installation option (697f4f2)
  • workspace: 🐛 github actions configuration (f0fedfd)
  • workspace: 🐛 github actions configuration (b01dbed)
  • workspace: 🐛 modify the configuration of github actions (a430944)
  • workspace: 🐛 release-it configuration (a55b8ed)
  • workspace: 🐛 the syntax of the configuration file (46004db)
  • workspace: 🐛 the syntax of the configuration file (31f2dac)
  • package.json & yarn.lock to reduce vulnerabilities (ac42b99)
  • package.json & yarn.lock to reduce vulnerabilities (8868c4d)

Features

  • plugin: 🎸 update plugin dependencies (bacabe3)
  • workspace: 🎸 migrate to github actions (2b78cde)

BREAKING CHANGES

  • plugin: 🧨 The main version of postcss has been upgraded

4.0.0 - 05-04-2020

*Update dependencies

1.0.1 - 03-06-2019

*Update dependencies

1.0.0 - 28-12-2016

*First release of the plugin