mirror of https://github.com/alibaba/ice.git
* feat: inline style for less * feat: classname to style * feat: esbuild inline style * feat: transform styles * fix: compat for less module * fix: less rule * feat: ignore * docs: ignore * refactor: to ts * test: inline-style * chore: update lock * fix: deps * refactor: enable esbuild inline style loader only in ssr * fix: validate for ignore plugins * refactor: to pure functions * feat: sync syntaxFeatures * fix: lint * Update rax-inline-style.test.ts |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
README.md
@ice/plugin-rax-compat
ICE plugin for migrating rax-app project into ICE.
Usage
add plugin in ice.config.ts:
import compatRax from '@ice/plugin-rax-compat';
export default defineConfig({
plugins: [compatRax(options)],
});
Options
- inlineStyle:
- Enable stylesheet loader to import css file.
- default to
false