css
css copied to clipboard
The CSS Language and Framework
### Description `right:max(0px,calc(50%-45.3125rem))` is a valid class. ### Reproduction _No response_ ### System Informations _No response_
### Description ### Reproduction _No response_ ### System Informations _No response_
### Description  ### Reproduction _No response_ ### System Informations macOS
### Description ## Case 1 ```diff - grid@supports(display:grid) + grid@supported ``` ```css @supports (display:grid) { .grid\@supported { display: grid } } ``` ## Case 2 ```diff - {grid;w:100dvw}@supports(display:grid)and(width:100dvw) + {grid;w:100dvw}@supported...
### Description On [docs/installation/vuejs](https://beta.css.master.co/docs/installation/vuejs) there is a link [vuejs.pr.beta.css.master.co](https://vuejs.pr.beta.css.master.co) redirecting to the site with `Invalid SSL certificate`. ### Reproduction _No response_ ### System Informations _No response_
### Description ```svelte import { ThemeServiceProvider } from '@master/css.svelte' ... ```
### What happened? ### Version 2.0.0-beta ### Relevant log output _No response_ ### What browsers are you seeing the problem on? _No response_
- [x] [Color System](https://rc.css.master.co/guide/colors) - [x] [P3 Color Palette](https://rc.css.master.co/guide/colors) - [x] [Primitive Colors](https://rc.css.master.co/guide/colors#primitive-colors) - [x] [Text Colors](https://rc.css.master.co/guide/colors#text-colors) - [x] [Frame Colors](https://rc.css.master.co/guide/colors#frame-colors) - [x] [Typography](https://rc.css.master.co/guide/fonts) - [x] [Fonts](https://rc.css.master.co/guide/fonts) - [x] [Font...
### Description - #159 This Stream API is currently only used as a pipeline for SSR. We recommend you asynchronously load the JIT engine for CSS hydration after the page...
### Description Add support for colour highlighting of hex code, RGBA and other colour formats globally across all file formats on the language service. This will enhance the DX, and...