-
## Details
**Recipe Page**: [tailwindcss](https://storybook.js.org/recipe/tailwindcss)
**Recipe Template**: [tailwindcss](https://github.com/storybookjs/frontpage/blob/main/src/content/recipes/tailw…
-
https://www.tuziki.com/coder/article/6714ef24e9d42916eda727e3?
使用Unocss可以高效处理tailwindcss和icon图标。首先,通过pnpm安装相关依赖,包括Unocss和iconify的工具。然后,在项目根目录创建uno.config.ts配置文件,导入并定义Unocss的配置。配置包括启用默认预设、精简实用工具类、At…
-
Vulnerable Library - tailwindcss-3.4.14.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: aef61d45c22e3c1e373e05abbfc59a166744f783
## Vu…
-
### Describe the bug
While using TailwindCSS with the `:global()` directive and dark mode variants (`dark:`) in Svelte 5, I encountered an issue where the generated CSS selectors are incorrect. Ins…
-
![Screenshot 2024-11-20 at 2 53 32 PM](https://github.com/user-attachments/assets/da404e72-e6b4-45e9-941c-5d1065de6ac3)
see these cases, only a few are tailwind. the syntax coloring should tell the…
-
### Describe the feature
I use a docker container to run a nuxt project with tailwindcss in local in dev mode. When I try to work on my machine it doesn't find the same absolute path to the runtime m…
-
;/ @type {import('tailwindcss').Config} /
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {
fontFamily: {
alkatra: ['Alkatra'…
-
Cannot find module 'unplugin-tailwindcss-mangle/nuxt'
An error occurred during the nuxt build.
It seems that this package is not very compatible with Nuxt 3.
-
### Problem
现在开启 tailwindcss 功能,需要用户强制提供 `src/tailwind.css` 和 `tailwind.config.js`
### Solution
1、 如果有 `src/tailwind.css` 和 `tailwind.config.js`,保留现有逻辑
2、没有 `src/tailwind.css`
generateTailw…
-
Right now it adds the `--minify` flag even if `Rails.config.assets.compress = false`. I think it shouldn't add this flag in that case.