![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@holidayextras/brand-capital-breaks
Advanced tools
We've coined the phrase 'Daisy chaining' to describe how our theme styles leverage dependencies.
e.g. If you @import brand-capital-breaks
, it will @import brand-globals
, which in turn will @import bootstrap
.
You can run a theme in your app by simply including theme.less, which will bring in everything by default.
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/theme.less';
However, for more control and visibility, we recommend that you @import just the less files that you need.
//
// Example cherry picking file
// --------------------------------------------------
// Core variables and mixins
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/variables';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/mixins';
// Reset and dependencies
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/normalize';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/print';
// Core CSS
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/scaffolding';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/type';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/code';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/grid';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/tables';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/forms';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/buttons';
// Components
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/component-animations';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/dropdowns';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/button-groups';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/input-groups';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/navs';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/navbar';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/breadcrumbs';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/pagination';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/pager';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/labels';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/badges';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/jumbotron';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/thumbnails';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/alerts';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/progress-bars';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/media';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/list-group';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/panels';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/responsive-embed';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/wells';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/close';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/pickadate';
// Components w/ JavaScript
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/modals';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/tooltip';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/popovers';
// @import '../node_modules/@holidayextras/brand-capital-breaks/src/less/carousel';
// Utility classes
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/utilities';
@import '../node_modules/@holidayextras/brand-capital-breaks/src/less/responsive-utilities';
FAQs
Capital Breaks
We found that @holidayextras/brand-capital-breaks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.