assembly
assembly copied to clipboard
Making the hard parts of designing for the web easy.
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...
# 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....
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...
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...
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?...
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)...
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...
Closes [STUDIO-2885](https://mapbox.atlassian.net/browse/STUDIO-2885) [STUDIO-2885]: https://mapbox.atlassian.net/browse/STUDIO-2885?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ