Skip to content

Instantly share code, notes, and snippets.

(function() {
console.log('aquii')
})()
console.log('testing')
@vascogaspar
vascogaspar / Stylefile.yml
Created July 31, 2018 13:53
Customizations for app.clubhouse.io via StyleURL.
---
version: 1.0
domains:
- app.clubhouse.io
url_patterns:
- app.clubhouse.io/*
timestamp: '2018-07-31T13:53:43Z'
id: iXde
redirect_url: https://app.clubhouse.io/rekki/stories/space/unsaved
shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome
import React from 'react'
export default class WavyImage extends React.Component {
constructor(props) {
super(props);
this.waves = this.waves.bind(this);
this.loop = this.loop.bind(this);
this.toggleHover = this.toggleHover.bind(this);
this.state = {
isHover: false,
.wufoo-form-container{
text-align: center;
}
.wufoo li.focused {
background-color: transparent;
}
.wufoo .info h2 {
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>---YOUR-TITLE---</title>
<meta name="description" content="---YOUR-DESCRIPTION---">
<meta name="author" content="---YOUR-NAME---">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
{
"name": "YOUR-PROJECT",
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1"
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jshint: {
files: ['Gruntfile.js', 'src/**/*.js'],
options: {
globals: {