phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Post CSS integration

Open abose opened this issue 3 years ago • 1 comments

from their GitHub:

PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.

PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba, and JetBrains. The Autoprefixer PostCSS plugin is one of the most popular CSS processors.

  • https://postcss.org/
  • https://github.com/postcss/postcss

related:

  • https://github.com/phcode-dev/phoenix/issues/794

abose avatar Dec 31 '22 13:12 abose

  1. Phoenix should support valid CSS suggestions when the developer press ctrl + space.
  2. Suggestions should show a visual suggestion for effect of each changes

charlypa avatar Jan 10 '23 09:01 charlypa