postcss-language
postcss-language copied to clipboard
Support for modern and experimental CSS within Visual Studio Code
## in postcss mode, typing 'col' always has only ONE suggestion  ## in css mode, typing 'col' gets MANY suggestions, which is good. 
I can't make meaningful contributions to this package, but I am able to make the builtin support for CSS in VSCode itself better. Are there still things this extension does...
Are there plans to add any form of intellisense or autocompletion for this extension? I've been using https://marketplace.visualstudio.com/items?itemName=mhmadhamster.postcss-language for a while now as it's the only thing I could find...
When the extension is enabled, it's a pain to write css code. No IntelliSense / no autocomplete / no errors / warnings / etc. Similar as using the Notepad from...
I noticed that VSCode's built-in color picker doesn't work after enabling this extension. The color picker shows the color as a little square next to the CSS value and lets...
When using nesting, the selectors are highlighted as css properties. They should be highlighted as selectors instead. | Current behaviour | Expected behaviour | | ------------- | ------------- | |...
Type: Bug Create a css file w/ ```css .NetworkCopyButton_idContainer, .NetworkCopyButton_cidrContainer { position: absolute; inset: 0; display: inline-flex; gap: 1ch; align-items: center; justify-content: flex-start; padding-left: 12px; padding-right: 12px; width: calc(100% -...
Syntax highlighting in files detected as SCSS in VS Code are changed. CSS files don't seem to be affected. Not seeing why SCSS files should be affected in anyway by...
Issue Type: Bug ``` h1 { color : __
Hi there! Thanks for this amazing vscode extension, just I'm experiencing an issue with the vscode symbols navigation. I press Cmd + Shift + O ( or F1 and replace...