assembly icon indicating copy to clipboard operation
assembly copied to clipboard

Making the hard parts of designing for the web easy.

Results 7 assembly issues
Sort by recently updated
recently updated
newest added

Chrome is working on a new auto dark feature: > Chrome 96 introduces an Origin Trial for Auto Dark Themes on Android. With this feature, the browser applies an automatically...

p2
2
estimate-2
icebox
jira-sync-complete

# Description Ideally in projects like Studio we'd only use Assembly classes, or a small amount of custom CSS. Sadly sometimes things in `className={}` are misnamed or don't actually exist....

enhancement
p2
p3
needs research
architecture
2
estimate-4
icebox
jira-sync-complete

Currently, the focus states for text inputs, textareas, and selects are very subtle and difficult to identify unless you know what to look for. The borders for each are only...

p2
estimate-2
dunkagroo
jira-sync-complete

Our best bet for cutting down on Assembly's built file size is to rework the color variant build process. We generate a lot of CSS in order to support multi-color...

p2
2
estimate-2
estimate-4
icebox
dunkagroo
jira-sync-complete

With https://github.com/mapbox/assembly/pull/970 - our browser support targets all support [css custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/--*). Should we revise our build system to convert the `variables` option to a set of `:root` CSS properties?...

p2
2
estimate-2
icebox
jira-sync-complete

This might be a nice way of supporting dark mode in Studio: either by automatically supporting an inversion for some color: ```css .bg-white { background: #FFF; } @media (prefers-color-scheme: dark)...

p2
p3
2
estimate-2
icebox
dunkagroo
jira-sync-complete

Hey everyone, We're trying to use this package in our project, but the installation fails: ``` /app $ npm install @mapbox/assembly npm ERR! code EBADENGINE npm ERR! engine Unsupported engine...