css
css copied to clipboard
The CSS Language and Framework
### 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...
### 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...
### 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...
### Description Allows you to customize the title and description before sharing.
### 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: {...
### 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...
### Description Currently, Svelte isn't supported by `style-element`, would be great to have the same DX as React but on 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,...