Remove remaining `@include` directives from SCSS files
This replaces some more `@include` rules with their actual CSS definitions. This is done in preparation for moving to Tailwind CSS, which won't let us include utilities the same way due to our inability to support the `@apply` directive. The `@include` approach was already questioned in the past as it doesn't have much value over explicit style definitions and just adds an unnecessary abstraction layer.
显示
- app/assets/stylesheets/components/whats_new.scss 1 个添加, 1 个删除app/assets/stylesheets/components/whats_new.scss
- app/assets/stylesheets/framework/files.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/files.scss
- app/assets/stylesheets/framework/forms.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/forms.scss
- app/assets/stylesheets/framework/highlight.scss 3 个添加, 3 个删除app/assets/stylesheets/framework/highlight.scss
- app/assets/stylesheets/framework/icons.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/icons.scss
- app/assets/stylesheets/framework/labels.scss 4 个添加, 4 个删除app/assets/stylesheets/framework/labels.scss
- app/assets/stylesheets/framework/layout.scss 2 个添加, 2 个删除app/assets/stylesheets/framework/layout.scss
- app/assets/stylesheets/framework/markdown_area.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/markdown_area.scss
- app/assets/stylesheets/framework/selects.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/selects.scss
- app/assets/stylesheets/framework/source_editor.scss 10 个添加, 10 个删除app/assets/stylesheets/framework/source_editor.scss
- app/assets/stylesheets/framework/super_sidebar.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/super_sidebar.scss
- app/assets/stylesheets/framework/typography.scss 1 个添加, 1 个删除app/assets/stylesheets/framework/typography.scss
- app/assets/stylesheets/highlight/common.scss 1 个添加, 1 个删除app/assets/stylesheets/highlight/common.scss
- app/assets/stylesheets/page_bundles/alert_management_details.scss 1 个添加, 1 个删除...ts/stylesheets/page_bundles/alert_management_details.scss
- app/assets/stylesheets/page_bundles/boards.scss 1 个添加, 1 个删除app/assets/stylesheets/page_bundles/boards.scss
- app/assets/stylesheets/page_bundles/build.scss 1 个添加, 1 个删除app/assets/stylesheets/page_bundles/build.scss
- app/assets/stylesheets/page_bundles/design_management.scss 1 个添加, 1 个删除app/assets/stylesheets/page_bundles/design_management.scss
- app/assets/stylesheets/page_bundles/editor.scss 2 个添加, 2 个删除app/assets/stylesheets/page_bundles/editor.scss
- app/assets/stylesheets/page_bundles/escalation_policies.scss 1 个添加, 1 个删除app/assets/stylesheets/page_bundles/escalation_policies.scss
- app/assets/stylesheets/page_bundles/incident_management_list.scss 2 个添加, 2 个删除...ts/stylesheets/page_bundles/incident_management_list.scss
加载中
想要评论请 注册 或 登录