Aron

Results 58 issues of Aron

Assume: ```js // entry.js export * from './a' export * from './b' export * from './external' ``` ```js // a.js export const a = 'a' ``` ```js // b.js export...

### index.html ```html {% include '../shared/_picker.html' with {start: 0, end: 9} %} ``` ### shared/_picker.html ```html {% for index in start..end %} {{ index }} {% endfor %} ``` Above,...

### Description ### Reproduction _No response_ ### System Informations _No response_

bug
eslint

### Description - #43 - https://developer.mozilla.org/en-US/docs/Web/CSS/@container Too many people have asked about this feature, and here is the proposal of **Master CSS 2.X Container Queries**. ## Applying styles based on...

feature

### Description Currently, variables support `rgb` `hsl`, and should be compatible with all native CSS functions such as `rgba` `hsla` `lab`, etc. https://developer.mozilla.org/en-US/docs/Web/CSS/color_value

### Description Writing a complete CSS declaration may not look good in class attributes. To simplify the class and unify the team's style, we have proposed a new solution: ###...

eslint

### Description - https://github.com/microsoft/vscode-custom-data/issues/78 ![image](https://github.com/master-co/css/assets/33840671/912c4abe-d600-4f8f-acb9-27c3b949f682) ### Reproduction _No response_ ### System Informations _No response_

language service
upstream

### Description ### Reproduction _No response_ ### System Informations _No response_

eslint

### Description Valid ```html ``` Invalid ```html ``` ### Reproduction _No response_ ### System Informations _No response_

### Description You can paste the following code in Figma’s Console to obtain Master CSS variables with different modes. ```js collections = {}; localCollections = await figma.variables.getLocalVariableCollectionsAsync(); async function getEqualValue(obj)...