css icon indicating copy to clipboard operation
css copied to clipboard

The CSS Language and Framework

Results 98 css issues
Sort by recently updated
recently updated
newest added

### Description ![image](https://github.com/master-co/css/assets/33840671/55e52fe6-374a-4eb4-9d27-0e1979bf296d) - `.png` was misparsed as a selector. - `|` should be gray. ### Reproduction _No response_ ### System Informations _No response_

language service

### Description I think HSL values should be supported as they're widely across many design systems, if they are already supported then documentation should reflect that.

### Description As a CSS language, a syntax highlighting package is, of course, a must. ```js import Prism from 'prismjs'; import '@master/css.prism'; const source = ` ... `; const highlighted...

prism

### Description

feature
language service

### What is the improvement or update you wish to see? Add documentation on how to use Master with NextJS / Turbo, currently there is documentation on how to do...

docs

### Description .Net has itself building tool, if add webpack, it need more time to build, and having to set a lot. So using NuGet to install Master CSS is...

feature

### Description - Highlighting the config - Highlighting the HTML Without syntax highlighting With syntax highlighting Integrating the existing Master CSS Language Service directly into https://microsoft.github.io/monaco-editor is a priority solution.

feature

### What happened? I just found out that my responsive layout looks different on mobile and desktop with the same breakpoints fulfilled. This should display red background on screens up...

bug