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
$distances: ("s": 10px, "m": 25px); | |
$sides: left, top, bottom, right; | |
// This nested loop defines a set of spacer classes which we can use to place margins between | |
// elements. | |
// | |
// It generates slelectors which look like this: | |
// | |
// .ml--s { | |
// margin-left: 10px; |
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
» yarn start | |
yarn run v1.22.1 | |
$ backstage-cli backend:dev | |
Build succeeded | |
[HMR] Updated modules: | |
[HMR] - ../../plugins/scaffolder-backend/src/service/router.ts | |
[HMR] - ../../plugins/scaffolder-backend/src/index.ts | |
[HMR] - ./src/plugins/scaffolder.ts | |
[HMR] - ./src/index.ts | |
[HMR] Update applied. |
OlderNewer