| 开发者 |
suabahasa
rosua |
|---|---|
| 更新时间 | 2026年2月28日 12:21 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
3.x and 4.x ready.WindPress supports both Tailwind CSS versions 3 and 4 and will receive regular updates to support the latest version.
Yes, WindPress supports Tailwind CSS plugins. You can add the plugins in the tailwind.config.js file editor. The Tailwind CSS plugins will be loaded from the esm.sh CDN.
No, by default, you do not need an internet connection to use WindPress. However, an internet connection is required to load the Tailwind CSS plugins from the CDN.
WindPress is compatible with any WordPress theme. A small adjustment may be needed for the compiler scanner to detect the used classes in the theme.
margin-top styles in the editor@windpress/oxide-parser package@apply directives/css/preflight.css file where the Preflight styles are enabledwizard.css file is not updated correctly on the syncing process-- in the value being registered to the Bricks Global Variables system@import handling@import a CDN stylesheet is not working correctly@source directive with jsdelivr CDN is not working correctly@source directive change in the Tailwind CSS v4 (4.1.1)tailwind.config.js file is not properly loaded@import directive are now with the following format: @import "fetch:https://example.com/path/to/the/file.css";main.css file@import directive in the main.css file@theme static { } block in the main.css file. Alternatively, you can replace the @import 'tailwindcss/theme.css' layer(theme); code to @import "tailwindcss/theme.css" layer(theme) theme(static); on your main.css file.@source directive is causing error when loaded in the page builders' editor@source directive is now supported but differs from the official Tailwind CSS version. Please refer to our documentation for details.main.css and tailwind.config.js files are now resettable by emptying the content@config directive@plugin directive