Files
tabler/core/scss/_core.scss
T

111 lines
2.7 KiB
SCSS

@forward 'config';
// Bootstrap components — managed by Tabler (see core/scss/bootstrap/)
@forward 'bootstrap/root';
@forward 'bootstrap/reboot';
@forward 'bootstrap/type';
@forward 'bootstrap/images';
@forward 'bootstrap/containers';
@forward 'bootstrap/grid';
@forward 'bootstrap/tables';
@forward 'bootstrap/forms';
@forward 'bootstrap/buttons';
@forward 'bootstrap/transitions';
@forward 'bootstrap/dropdown';
@forward 'bootstrap/button-group';
@forward 'bootstrap/nav';
@forward 'bootstrap/navbar';
@forward 'bootstrap/card';
@forward 'bootstrap/pagination';
@forward 'bootstrap/progress';
@forward 'bootstrap/list-group';
@forward 'bootstrap/toasts';
@forward 'bootstrap/modal';
@forward 'bootstrap/tooltip';
@forward 'bootstrap/popover';
@forward 'bootstrap/carousel';
@forward 'bootstrap/spinners';
@forward 'bootstrap/offcanvas';
@forward 'bootstrap/placeholders';
@forward 'bootstrap/utilities/api';
@forward 'props';
@forward 'fonts/webfonts';
@forward 'fonts/geist';
@forward 'layout/root';
@forward 'layout/animations';
@forward 'layout/core';
@forward 'layout/navbar';
@forward 'layout/page';
@forward 'layout/footer';
@forward 'layout/dark';
@forward 'layout/accessibility';
@forward 'ui/accordion';
@forward 'ui/alerts';
@forward 'ui/avatars';
@forward 'ui/badges';
@forward 'ui/breadcrumbs';
@forward 'ui/buttons';
@forward 'ui/button-group';
@forward 'ui/calendars';
@forward 'ui/carousel';
@forward 'ui/cards';
@forward 'ui/close';
@forward 'ui/dropdowns';
@forward 'ui/datagrid';
@forward 'ui/empty';
@forward 'ui/grid';
@forward 'ui/icons';
@forward 'ui/images';
@forward 'ui/forms';
@forward 'ui/forms/form-icon';
@forward 'ui/forms/form-colorinput';
@forward 'ui/forms/form-imagecheck';
@forward 'ui/forms/form-selectgroup';
@forward 'ui/forms/form-custom';
@forward 'ui/forms/form-check';
@forward 'ui/forms/validation';
@forward 'ui/legend';
@forward 'ui/lists';
@forward 'ui/loaders';
@forward 'ui/login';
@forward 'ui/modals';
@forward 'ui/nav';
@forward 'ui/stars';
@forward 'ui/pagination';
@forward 'ui/popovers';
@forward 'ui/progress';
@forward 'ui/ribbons';
@forward 'ui/markdown';
@forward 'ui/placeholder';
@forward 'ui/segmented';
@forward 'ui/steps';
@forward 'ui/status';
@forward 'ui/switch-icon';
@forward 'ui/tables';
@forward 'ui/tags';
@forward 'ui/toasts';
@forward 'ui/toolbar';
@forward 'ui/tracking';
@forward 'ui/timeline';
@forward 'ui/type';
@forward 'ui/charts';
@forward 'ui/offcanvas';
@forward 'ui/chat';
@forward 'ui/signature';
@forward 'ui/patterns';
@forward 'helpers/index';
@forward 'utils/background';
@forward 'utils/colors';
@forward 'utils/scroll';
@forward 'utils/sizing';
@forward 'utils/opacity';
@forward 'utils/shadow';
@forward 'utils/text';
@forward 'utils/hover';