Skip to content
#

bem

Here are 629 public repositories matching this topic...

fabd
fabd commented Aug 28, 2019

In the following simple test case, the "weak" option doesn't seem to work with the verbose comment:

No eslint warning:

/** @define VuePage; weak */
.VuePage { 
  background: #f8f8f8;

  h3 {
    color: red;
  }
}

1 eslint warning: "Invalid component selector ".VuePage h3"

/* postcss-bem-linter: define VuePage; weak */
.VuePage { 
  background: #f8f8f8;
mol
nin-jin
nin-jin commented Jun 30, 2019

http://mol.js.org/app/demo/-/#demo=mol_portion_demo
Так как portion может использоваться для рисования прогресс бара, было бы не плохо показать такой вариант его применения в виде прогрессбара заполняющегося до 0 до конца, а потом откатывающегося обратно. Пример прикручивания анимации можно глянуть в $mol_plot_demo.

CKGrafico
CKGrafico commented Nov 14, 2019

Nested routes and default route

<Redirect to="/" />

function NestedRoutes() {
  let { path } = useRouteMatch();

  return (
    <Switch>
      <Route exact={true} path={path} component={lazy(() => import('./DynamicPages'))} />
      <Route path={`${path}/view/:id`} component={lazy(() => import('./survey-page/SurveyPage'))} />
      <Route path={`${path}/create/:id`}
zhongxia245
zhongxia245 commented Sep 10, 2016
  • 获取git仓库源码
git clone 仓库地址
  • 获取git的最新内容
git pull
  • git pull 冲突报错如何解决
//本地修改的内容,先存放起来
git stash  

//更新
git pull

//把刚才本地修改内容,合并进来
git stash pop stash@{0}
  • 放弃本地修改的内容,还原代码
git reset --hard
  • 如何修改GIT远程仓库地址
git remote set-url origin 新地址
GIT
a-x-
a-x- commented Jan 25, 2017

Let's gather doc's issues:

  1. Migration guide: enb/enb#443
  2. в публичной доке есть упоминания lego, их нужно убрать или вынести на yandex-team.ru дополнение основной документации. скорее всего убрать, т.к. похоже замечания про лего на enb/enb/readme.md уже устарели
  3. описание file-provider непонятное
  4. нехватает yandex-team документации на magic-platform/factor

Improve this page

Add a description, image, and links to the bem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bem topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.