bem
Here are 629 public repositories matching this topic...
When clicking one of two links on the FAQ section of the web [showed on image],
they redirect you to the site looking like this. URL is somehow valid because it fixes itself after a reload of the page.
 {
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`}
nuxt cannot run dev
CSS Grid Layout example, should be added to collection.
caniuse.com, displays that 66.65% of available browsers to work with Grids worldwide.
-
Updated
Jun 6, 2020 - JavaScript
【GIT】常用GIT知识点
Description
Instead of playing "ask a bolty" when developers have questions about available sass constructs, can we use something like http://sassdoc.com/getting-started/ to generate documentation?
I've tried running it against a simple bolt entrypoint and it seems to work pretty well.
-
Updated
Feb 21, 2020 - HTML
Update documentation
Let's gather doc's issues:
- Migration guide: enb/enb#443
- в публичной доке есть упоминания lego, их нужно убрать или вынести на yandex-team.ru дополнение основной документации. скорее всего убрать, т.к. похоже замечания про лего на enb/enb/readme.md уже устарели
- описание
file-providerнепонятное - нехватает yandex-team документации на magic-platform/factor
Expected Behavior
The icon should scale together with font size settings, or it should be centered in the checkbox rectangle.
Actual Behavior
The icon image is broken (e.g. with increased font size):


Website is wider and therefore (especially on small screens) there is a white strip and horizontal scrollbar. See screenshot below
