monochromer

Results 29 issues of monochromer

Нужно как-то отобразить, что при поиске есть совпадение по ключевым словам. Особенно это актуально, когда других результатов нет. ![image](https://user-images.githubusercontent.com/6412192/152730261-8639361c-15aa-40da-966b-c11b71a4aa24.png)

улучшение
вопрос
вёрстка
дизайн
поиск

I have file with theme colors: ```js export default { alpha: 'red', beta: 'blue', // ... } ``` When i try to import file and use `astroturf`: ``` import {...

When I try to use SASS modules via [`@use`](https://sass-lang.com/documentation/at-rules/use): ``` const InlineLink = styled('a')` @use 'theme/colors'; @use 'sass:map'; color: map.get($colors, '$alpha'); ` ``` , I get an error: ``` This...

bug
enhancement

How to render conditional html comments for MS Outlook? For example: ```html ```

Text in sidebar is truncated for Sublime Text 3. ![image](https://user-images.githubusercontent.com/6412192/31681204-fcdef9ee-b38f-11e7-9aad-ce06e9bf5acf.png) Settings: ```json "theme": "Primer Dark.sublime-theme", "theme_primer_sidebar_font_large": true, "theme_primer_sidebar_tree_large": true, "theme_primer_tabs_font_large": true, "theme_primer_tabs_large": true ```

**Is your feature request related to a problem? Please describe.** Since the VNU validator is often used as a frontend tool, it would be convenient to create a version suitable...

enhancement
help wanted

Something like that ```javascript import { bundle } from 'lightningcss'; let { code } = bundle({ code: Buffer.from(` @import 'component1.css'; @import 'component2.css'; `) }); ```

There are data that need to be output in the form of a table - an array of people and an array of fields ```js // index.11tydata.js module.exports = {...

### Version * Vue version: 3 * vueform multiselect version: 2.6.7 ### Description I use `appendToBody` prop and want to close dropdown when page scrolling. Adding prop `closeOnScroll` doesn't help...

## Description Initially, @shoaibkh4n noticed that when opening and closing the drop-down list on the page https://nodejs.org/en/download layout-shift occurs and [suggested a solution](https://github.com/nodejs/nodejs.org/pull/6533) – add `scrollbar-gutter: stable;`. This really helped,...