Welcome to mirror list, hosted at ThFree Co, Russian Federation.

preview.js « config « storybook - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a372aea68ad4d264504e730e2ef4e3d2caf45964 (plain)
1
2
3
4
5
6
7
const stylesheetsRequireCtx = require.context(
  '../../app/assets/stylesheets',
  true,
  /application\.scss$/,
);

stylesheetsRequireCtx('./application.scss');