Searched refs:sass (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/metro-config/build/transform-worker/ |
| H A D | sass.js.map | 1 …sass.js","names":["_resolveFrom","data","_interopRequireDefault","require","obj","__esModule","def…
|
| H A D | sass.js | 41 const sass = getSassInstance(projectRoot); 42 const result = sass.compileString(src, options);
|
| H A D | transform-worker.js | 54 const isCss = options.type !== 'asset' && /\.(s?css|sass)$/.test(filename);
|
| H A D | transform-worker.js.map | 1 …sass';\n\nconst countLines = require('metro/src/lib/countLines') as (string: string) => number;\n\…
|
| /expo/packages/@expo/metro-config/src/transform-worker/ |
| H A D | sass.ts | 36 const sass = getSassInstance(projectRoot); constant 37 const result = sass.compileString(src, options);
|
| H A D | transform-worker.ts | 41 const isCss = options.type !== 'asset' && /\.(s?css|sass)$/.test(filename);
|
| /expo/docs/pages/versions/v49.0.0/config/ |
| H A D | metro.mdx | 197 To setup, install the `sass` package in your project: 199 <Terminal cmd={['$ yarn add -D sass']} /> 203 - When `sass` is installed, then modules without extensions will be resolved in the following order… 204 - Only use the intended syntax with `sass` files. 205 - Importing other files from inside a scss/sass file is not currently supported.
|
| /expo/docs/pages/versions/unversioned/config/ |
| H A D | metro.mdx | 209 To setup, install the `sass` package in your project: 211 <Terminal cmd={['$ yarn add -D sass']} /> 215 - When `sass` is installed, then modules without extensions will be resolved in the following order… 216 - Only use the intended syntax with `sass` files. 217 - Importing other files from inside a scss/sass file is not currently supported.
|
| /expo/docs/pages/router/reference/ |
| H A D | typed-routes.mdx | 158 - Allows the importing of `.[css|sass|scss]` files 159 - Sets the exports of `*.module.[css|sass|scss]` to be `Record<string, string`
|
| /expo/packages/@expo/metro-config/build/ |
| H A D | ExpoMetroConfig.js.map | 1 … 'sass');\n // Enable SCSS by default so we can provide a better error message\n // when sas…
|
| /expo/ |
| H A D | yarn.lock | 17139 sass@^1.60.0: 17141 …resolved "https://registry.yarnpkg.com/sass/-/sass-1.61.0.tgz#d1f6761bb833887b8fdab32a24e052c40531…
|