A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| <script> | |
| import gql from 'graphql-tag'; | |
| // GraphQL query | |
| const postsQuery = gql` | |
| query allPosts { | |
| posts { | |
| id | |
| title | |
| votes |
| import AVFoundation | |
| import Photos | |
| import Alamofire | |
| class ViewController: UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate { | |
| let imagePicker = UIImagePickerController() | |
| import {addDays, format, isAfter, isBefore, startOfDay} from 'date-fns'; | |
| import React, {Component, Fragment} from 'react'; | |
| import classes from 'classnames'; | |
| import DatePickerDialog from './DatePickerDialog'; | |
| import Dialog from 'components/Dialog'; | |
| import {FontAwesomeIcon} from '@fortawesome/react-fontawesome'; | |
| import {getDisabled} from '../../../utils/component'; | |
| import PropTypes from 'prop-types'; | |
| import './index.css'; |
| # KEYCLOAK BASE URL | |
| KEYCLOAK_BASE_URL= | |
| # KEYCLOAK CLIENT SECRET | |
| KEYCLOAK_CLIENT_SECRET= | |
| # KEYCLOAK CLIENT ID | |
| KEYCLOAK_CLIENT_ID= | |
| # BASE URL FOR NEXT AUTH |