An open API service indexing awesome lists of open source software.

https://github.com/dotnize/oklch-preview

Preview OKLCH colors for CSS files in Visual Studio Code.
https://github.com/dotnize/oklch-preview

Last synced: about 1 year ago
JSON representation

Preview OKLCH colors for CSS files in Visual Studio Code.

Awesome Lists containing this project

README

          


OKLCH Preview


version
downloads


Preview OKLCH colors for CSS files in Visual Studio Code.


Preview

## Custom File Patterns

By default, OKLCH Preview works with standard CSS files (css, scss, sass, less, postcss).

You can configure the extension to support additional file patterns, such as CSS-in-JS files:

```json
"oklchPreview.additionalFilePatterns": [
"**/*.css.ts",
"**/*.styles.ts",
"**/*.styled.tsx"
]
```

## Acknowledgements:

- [HSL Preview](https://github.com/13ruceYu/hsl-preview) by 13ruceYu, which inspired this extension.

## License

[MIT](LICENSE)