css icon indicating copy to clipboard operation
css copied to clipboard

The CSS Language and Framework

Results 98 css issues
Sort by recently updated
recently updated
newest added

### What is the improvement or update you wish to see? Will be nice to have 2-3 lines describing how to get `:rgb(0, 0, 0, 0.6)` from `:black`. ### Is...

### Description Due to the fact that sometimes your HTML or JSX code could be flooded with many classes, making it difficult to read your code Ata glance, it would...

feature

### Description I'm thoroughly enjoying Master.CSS! The power is just unbelievable! 🤯 Any chance you'd be willing to add `grey` as an alias for `gray`? I have to correct my...

feature

### What is the improvement or update you wish to see? Add documentation on how to use Master with SvelteKit and NextJS on Bun. Bun is expected to hit v1...

undocumented

### Description Allows you to customize the title and description before sharing.

feature
sandbox

### Description https://animate.style is a welcome CSS animation library that can be used on demand if we provide it with a Master CSS configuration. ```js export default { animations: {...

feature

### Description Currently, Master can create very long classes so it'd be nice if the extension supporting inline folding and also expose a regex option for this to support non-mainstream...

feature
language service

### Description Currently, Svelte isn't supported by `style-element`, would be great to have the same DX as React but on Svelte.

svelte

### Description Given the following: ```ts const Button = style.button( 'font:semibold rounded', { intent: { // primary: 'bg:blue-50 fg:white bg:blue-60:hover', // secondary: 'bg:white fg:gray-80 b:gray-40 bg:gray-50:hover', }, size: { //...

### Description MasterCSS v2's configuration enables us to create color tokens and use them in class names. However, certain third-party libraries like ApexCharts only accept color values as chart options,...

feature