Aron
Aron
```ejs ``` https://github.com/chenxxzhe/gulp-art-template/blob/d23f9460dc3d38a3d2e55b301dd4581602fbec9f/index.js#L79
### Discussed in https://github.com/master-co/css/discussions/48 Originally posted by **gammx** August 20, 2022 Hey, my app has a different px:rem ratio applied, like: ```css html { font-size: 62.5%; } ``` So when...
### Description The following setting is not available now. ```js Style.extend('classes', { btn: 'font:red:hover p:30@md' }) ```
### Current `config.variables` ```ts { 'font-family': { sans: ['InterVariable', 'Noto Sans TC', ...variables['font-family'].sans], mono: ['Fira Code', ...variables['font-family'].mono] }, 'font-feature-settings': { sans: "'cv06', 'cv10', 'cv11', 'cv12', 'cv13'" } } ``` `config.rules`...
### Description ```tsx {lastCommit.commit.author.name} {$('Last updated')} ``` ### Reproduction _No response_ ### System Informations _No response_
### Description ```vue import { defineAsyncComponent } from 'vue' const CSSRuntimeProvider = defineAsyncComponent(async () => (await import('@master/css.vue')).CSSRuntimeProvider) const config = import('./master.css') … ``` Note: React, Vue, and Svelte have this...
### Description - https://github.com/w3c/csswg-drafts/issues/9755 ## Translate X ```diff transform:translateX(20) translateX(20) + translate:20 ``` ## Translate Y ```diff transform:translateY(20) translateY(20) + translate:0|20 ``` ## Translate X Y ```diff transform:translate(20,20) translate(20,20) +...
### Description ```js export default { variables: { frame: { neutral: '#cccccc' } } } ``` ```html ... ```
### Description ### Current class | properties -- | -- touch-action:value | touch-action: value touch-action:auto | touch-action: auto touch-action:none | touch-action: none touch-action:pan-x | touch-action: pan-x touch-action:pan-left | touch-action: pan-left...