Searched refs:isCSSEnabled (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/metro-config/build/ |
| H A D | ExpoMetroConfig.d.ts | 19 isCSSEnabled?: boolean; property 21 export declare function getDefaultConfig(projectRoot: string, { mode, isCSSEnabled }?: DefaultConfi…
|
| H A D | ExpoMetroConfig.js | 156 isCSSEnabled = true 188 if (isCSSEnabled) { 269 transformerPath: isCSSEnabled ?
|
| H A D | ExpoMetroConfig.js.map | 1 …isCSSEnabled","getDefaultMetroConfig","mergeConfig","importMetroConfig","isExotic","env","EXPO_USE…
|
| /expo/packages/@expo/metro-config/src/ |
| H A D | ExpoMetroConfig.ts | 40 isCSSEnabled?: boolean; property 57 { mode, isCSSEnabled = true }: DefaultConfigOptions = {} 93 if (isCSSEnabled) { 179 transformerPath: isCSSEnabled
|
| /expo/apps/sandbox/ |
| H A D | metro.config.js | 5 isCSSEnabled: true, property
|
| /expo/packages/@expo/metro-config/ |
| H A D | CHANGELOG.md | 7 - `isCSSEnabled` now defaults to `true` ([#24489](https://github.com/expo/expo/pull/24489) by [@mar… 149 …onfigurable with `postcss.config.js` and `postcss.config.json`, when `isCSSEnabled` is `true`. ([#… 150 - Add partial SASS/SCSS support on web, enabled when `isCSSEnabled` is `true`. ([#22031](https://gi…
|
| /expo/docs/pages/versions/unversioned/config/ |
| H A D | metro.mdx | 62 CSS support is enabled by default. You can disable the feature by setting `isCSSEnabled` in the Met… 68 isCSSEnabled: false, 76 To enable CSS support, set `isCSSEnabled` to `true` in the Metro config. 81 isCSSEnabled: true, 290 isCSSEnabled: true,
|
| /expo/docs/pages/versions/v49.0.0/config/ |
| H A D | metro.mdx | 57 …rted. To enable CSS, configure your `metro.config.js` as follows, setting `isCSSEnabled` to `true`: 65 isCSSEnabled: true, 278 isCSSEnabled: true,
|
| /expo/packages/@expo/cli/ |
| H A D | CHANGELOG.md | 20 - Remove `isCSSEnabled` flag from e2e tests ([#24489](https://github.com/expo/expo/pull/24489) by […
|