Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shunnnet/vue-style-layer
CSS layer plugin for Vite and Nuxt
https://github.com/shunnnet/vue-style-layer
css css-layers nuxt nuxt-module unplugin vite vite-plugin vue
Last synced: 6 days ago
JSON representation
CSS layer plugin for Vite and Nuxt
- Host: GitHub
- URL: https://github.com/shunnnet/vue-style-layer
- Owner: shunnNet
- License: mit
- Created: 2024-02-04T03:24:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T01:39:58.000Z (10 months ago)
- Last Synced: 2024-11-08T14:52:16.637Z (10 days ago)
- Topics: css, css-layers, nuxt, nuxt-module, unplugin, vite, vite-plugin, vue
- Language: TypeScript
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vue-style-layer-plugins
Please click the following links to check the plugins usages:## Features
- [`unplugin-vue-style-layer`](https://github.com/shunnNet/vue-style-layer/tree/main/packages/unplugin-vue-style-layer):
- add CSS `@layer` to all style block in vue- [`nuxt-css-layer`](https://github.com/shunnNet/vue-style-layer/tree/main/packages/nuxt-css-layer):
- Can declare CSS `@layer` in head (SSR)
- Integrate with `unplugin-vue-style-layer`