language-css icon indicating copy to clipboard operation
language-css copied to clipboard

CSS package for Atom

Results 19 language-css issues
Sort by recently updated
recently updated
newest added

### Description The code highlighting of the _VS Code stylelint extension_ and other projects depend on the CSS properties listed in _grammar/css.cson_. Due to missing CSS properties, the highlighting is...

add `:is` and `:where` pseudo class functions

### Description of the Change Currently a few (newer) CSS properties are missing in _grammars/css.cson_: - [accent-color](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color) - [ascent-override](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/ascent-override) - [descent-override](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/descent-override) - [line-gap-override](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/line-gap-override) - [size-adjust](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/size-adjust) ### Alternate Designs None ###...

### Description of the Change This is a rewrite of the Tree-sitter grammar to implement [naming conventions](https://github.com/atom/flight-manual.atom.io/pull/564) for syntax scopes. Currently, Atom uses the TextMate grammar because the Tree-sitter grammar...

### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...

triaged

### Description of the Change Add symbol selector for custom variables for auto-completion allowing these to be a part of the suggestions for the `.source.css .variable.css` scope. Fixes https://github.com/atom/language-css/issues/103 ###...

more-information-needed

### Prerequisites I don't actually use Atom so I haven't run some of the following: * [] Put an X between the brackets on this line if you have done...

Running the latest version of Atom I do not get any hints or auto-complete options on CSS variables, even with all the necassary CSS files open in individual tabs. ###...

### Description Atom and VS Code have currently no support for the new [`@layer` at-rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@layer), despite it being supported by all major browsers since a few weeks back. It should...

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...