Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/css-to-react-native/src/transforms/placeContent.js
Назад
import { regExpToken, SPACE } from '../tokenTypes' const ALIGN_CONTENT = regExpToken( /(flex-(?:start|end)|center|stretch|space-(?:between|around))/ ) const JUSTIFY_CONTENT = regExpToken( /(flex-(?:start|end)|center|space-(?:between|around|evenly))/ ) export default tokenStream => { const alignContent = tokenStream.expect(ALIGN_CONTENT) let justifyContent if (tokenStream.hasTokens()) { tokenStream.expect(SPACE) justifyContent = tokenStream.expect(JUSTIFY_CONTENT) } else { justifyContent = 'stretch' } tokenStream.expectEmpty() return { alignContent, justifyContent } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка