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

### What is the improvement or update you wish to see? Currently, https://rc.css.master.co/guide/installation provides documentation for using Master CSS with various frameworks and build tools (Next.js, Svelte, Vite, etc.). However,...

### Description I tried to update eslint from version 8 to version 9, and got error message: ```  WARN  Issues with peer dependencies found . └─┬ @master/eslint-config-css 2.0.0-rc.45 └─┬ @master/eslint-plugin-css...

bug

### Description The version is always fixed at `>=2.0.0-rc.1`. ### Reproduction ```shell pnpm create @master/css@rc ``` ### System Informations _No response_

bug

### Description In tailwindcss@v3 it is possbile to configure fonts in this way: ```ts theme: { fontFamily: { sans: ["Inter"] }, fontSize: { "label-large": [14, { fontWeight: 500, letterSpacing: 0.5,...

### What is the improvement or update you wish to see? Hi there, First off, thanks so much for developing Master CSS! I've been using it extensively in my projects,...

### What is the improvement or update you wish to see? ```vue import masterCSSConfig from '../master.css'; ``` ### Does the docs page already exist? Please link to it. https://rc.css.master.co/reference/vue

### Description - #323 ```bash SyntaxError [SyntaxMatchError]: Mismatch at matchSyntax (file:///Users/aron/master/css/node_modules/.pnpm/[email protected]/node_modules/css-tree/lib/lexer/Lexer.js:92:17) at Lexer.matchProperty (file:///Users/aron/master/css/node_modules/.pnpm/[email protected]/node_modules/css-tree/lib/lexer/Lexer.js:370:16) at validateDeclaration (/Users/aron/master/css/packages/validator/src/validate-css.ts:135:44) at List. (/Users/aron/master/css/packages/validator/src/validate-css.ts:153:32) at List.forEach (file:///Users/aron/master/css/node_modules/.pnpm/[email protected]/node_modules/css-tree/lib/utils/List.js:145:16) at validateRule (/Users/aron/master/css/packages/validator/src/validate-css.ts:151:29) at Object.enter (/Users/aron/master/css/packages/validator/src/validate-css.ts:28:28) at...

eslint

## Problem In Vite projects where both `src/main.tsx` (used for vite serve) and `src/index.ts` (used for vite build) exist, the MasterCSS Vite plugin currently always picks `src/index.ts` as the entry...