mirror of
https://github.com/tabler/tabler.git
synced 2026-08-08 04:12:26 +04:00
17 lines
493 B
SCSS
17 lines
493 B
SCSS
@forward 'config';
|
|
|
|
@forward 'marketing/core';
|
|
@forward 'marketing/hero';
|
|
@forward 'marketing/browser';
|
|
@forward 'marketing/sections';
|
|
@forward 'marketing/filters';
|
|
@forward 'marketing/pricing';
|
|
@forward 'marketing/shape';
|
|
|
|
// This bundle uses its own utilities map instead of the global one, so the
|
|
// utilities API is emitted via the parameterized mixin (last, as before).
|
|
@use 'utilities-marketing' as um;
|
|
@use 'mixins/utilities-api' as *;
|
|
|
|
@include utilities-api(um.$marketing-utilities);
|