You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added variable renaming capabilities. Users who are interested in using the
variable renaming plugin require "moduleResolution" to be "node16" or
higher in order for TypeScript to properly resolve types.
Updated for PostCSS 8. At time of writing, this was ^8.2.6.
Similar to other PostCSS 8 plugins, npm install --save-dev postcss-rename should be used to install this plugin, and postcss has been moved from dependencies to peerDependencies.