Skip to content

Instantly share code, notes, and snippets.

View Nikodermus's full-sized avatar
:octocat:
Me developer, me good

Nicolás M. Pardo Nikodermus

:octocat:
Me developer, me good
View GitHub Profile
@Nikodermus
Nikodermus / face-filters.json
Last active March 5, 2020 03:02
DB for basic React workshop
{
"source": "http://debakatas.com/img/",
"filters": {
"historical": {
"tooltip": "Which historical character are you?",
"options": [
"historical-characters/amelia-earhart.jpeg",
"historical-characters/cleopatra.jpg",
"historical-characters/cristobal-color.jpg",
"historical-characters/genghis-khan.jpg",
{
"minutePrice": 40,
"books": {
"0": {
"title": "En las montañas de la locura",
"available": 3,
"author": "H.P. Lovecraft",
"cover": "http://debakatas.com/cover/enlasmontanasdelalocura.jpg"
},
"1": {
@Nikodermus
Nikodermus / BaseStyle.jsx
Last active July 21, 2021 15:23
CSS Variables Design System
import { createGlobalStyle } from 'styled-components';
import {
createColorVariables,
createPlainVariables,
createSizeVariables,
toREM,
} from '~/css-in-js';
import {
COLORS,