phoenix
phoenix copied to clipboard
Post CSS integration
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
- Phoenix should support valid CSS suggestions when the developer press
ctrl + space. - Suggestions should show a visual suggestion for effect of each changes