This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
'use strict' | |
const css = document.createElement('style') | |
css.textContent = ` | |
.navbar, | |
.fixed-bottom, | |
#tasklang-dropdown-toggle { | |
display: none; | |
} |
OlderNewer