css
css copied to clipboard
The CSS Language and Framework
### 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...
### Description The version is always fixed at `>=2.0.0-rc.1`. ### Reproduction ```shell pnpm create @master/css@rc ``` ### System Informations _No response_
### 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...
## 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...