Skip to content

Instantly share code, notes, and snippets.

View veged's full-sized avatar
🧘‍♂️
Fais ce que dois, advienne, que pourra

Sergey Berezhnoy veged

🧘‍♂️
Fais ce que dois, advienne, que pourra
View GitHub Profile
@veged
veged / index.ts
Last active March 24, 2018 16:19
typescript-bem-compiler
import * as ts from "typescript";
import * as path from "path";
import * as bemImport from '@bem/import-notation';
import * as bemFs from '@bem/fs-scheme';
import * as BemEntityName from '@bem/entity-name';
import * as BemCell from '@bem/cell';
const bemConfig = require('bem-config')();
const bemNaming = require('@bem/naming')('react');
@veged
veged / codebattle-show.js
Last active July 5, 2023 15:36
CodeBattle Show
(function() {
'use strict'
const css = document.createElement('style')
css.textContent = `
.navbar,
.fixed-bottom,
#tasklang-dropdown-toggle {
display: none;
}