polished icon indicating copy to clipboard operation
polished copied to clipboard

A lightweight toolset for writing styles in JavaScript ✨

Results 32 polished issues
Sort by recently updated
recently updated
newest added

- `polished` version: ^4.2.2 - `JSS-in_CSS` library and version: styled-components ^5.1.1 - Any relevant JS library and version: React 17.0.2, nextjs 12.1.0 ## Mixin/Helper/Shorthand Usage ```javascript export const WelcomeContentTitle =...

unconfirmed bug

`triangle()` currently expects height and width values that are a string value with a unit (e.g. `'12px'`) or a number (`12`). It throws an error otherwise. This prevents the use...

## Summary polished is a very powerful library to processing colors, but some enviroments only support the hex notation format. Therefore, is it possible to add new functions to format...

feature request

- `polished` version: 4.1.0 and 4.2.2 - `JSS-in_CSS` library and version: styled-components 5.2.1 - Any relevant JS library and version: React 16.0.0 ## Mixin/Helper/Shorthand Usage ```javascript mix(0.80, '#000000', '#A4A8B1') ```...

unconfirmed bug

## Question Haven't been able to play with Polished via browser's console on [https://polished.js.org/](https://polished.js.org/) even though the site mentions "Open the console and play around with it!" ![Screenshot 2021-11-24 at...

unconfirmed bug

Hi there, I was analyzing my packages and figure out that all of polished function did imported and impact my bundle size. I just used `darken` and `lighten` functions. here...

question
unconfirmed bug

## Summary Add function to convert Rgba to Rgb ## Basic Example ```javascript function rgbaToRgb(rgbaColor: string, bgColor: string = '#fff') { const rgba = parseToRgb(rgbaColor) const bg = parseToRgb(bgColor) const...

feature request

## Summary [Google Chrome added a new experimental feature to replace the AA/AAA contrast ratio guidelines with APCA.](https://web.dev/color-and-contrast-accessibility/#advanced-perceptual-contrast-algorithm-(apca)) In that spirit, it seems reasonable to me to add that algorithm...

enhancement

## Summary **between mixin** returns a CSS calc formula for linear interpolation of a property between two values. The value of the calc formula will change when any relative value...

feature request

- `polished` version: - `JSS-in_CSS` library and version: - Any relevant JS library and version: ## Mixin/Helper/Shorthand Usage ```javascript ``` ## What You Are Seeing ![download](https://user-images.githubusercontent.com/79905395/111952060-d3788680-8ae4-11eb-826a-958375b93ed6.png) ## What You Expected...

bug