Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
bubblev
/
bubble-web
Observar
8
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
add copyright notices
pull/16/head
Jonathan Cobb
4 anos atrás
pai
e2fe4f4711
commit
0ebab245f3
2 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
src/_helpers/api.js
+1
-0
src/_scss/variables.scss
+ 4
- 0
src/_helpers/api.js
Ver arquivo
@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
import config from 'config';
export const fetchAPI = (url, options) => {
+ 1
- 0
src/_scss/variables.scss
Ver arquivo
@@ -1,3 +1,4 @@
// Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
// color codes
$deep-purple: #3607a6;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar