Security News
ESLint is Now Language-Agnostic: Linting JSON, Markdown, and Beyond
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
@holidayextras/brand-britishairways
Advanced tools
We've coined the phrase 'Daisy chaining' to describe how our theme styles leverage dependencies.
e.g. If you @import brand-britishairways
, 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-britishairways/src/less/theme.less';
However, for more control and visibility, we recommend that you @import just the less files that you need.
//
// Warwick Theme cherry picking file
// --------------------------------------------------
// Core variables and mixins
@import '../node_modules/@holidayextras/brand-britishairways/src/less/variables';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/mixins';
// Reset and dependencies
@import '../node_modules/@holidayextras/brand-britishairways/src/less/normalize';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/print';
// Core CSS
@import '../node_modules/@holidayextras/brand-britishairways/src/less/scaffolding';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/type';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/code';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/grid';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/tables';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/forms';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/buttons';
// Components
@import '../node_modules/@holidayextras/brand-britishairways/src/less/component-animations';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/dropdowns';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/button-groups';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/input-groups';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/breadcrumbs';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/labels';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/badges';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/thumbnails';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/alerts';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/progress-bars';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/media';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/list-group';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/panels';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/responsive-embed';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/wells';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/close';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/pickadate';
// Components w/ JavaScript
@import '../node_modules/@holidayextras/brand-britishairways/src/less/modals';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/tooltip';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/popovers';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/carousel';
// Utility classes
@import '../node_modules/@holidayextras/brand-britishairways/src/less/utilities';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/responsive-utilities';
//
// Globals
// --------------------------------------------------
// Colours / Colors
@import '../node_modules/@holidayextras/brand-britishairways/src/less/colours';
// Core CSS
@import '../node_modules/@holidayextras/brand-britishairways/src/less/blocks';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/backgrounds';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/lists';
// Components
@import '../node_modules/@holidayextras/brand-britishairways/src/less/lists';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/footer';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/pickadate';
@import '../node_modules/@holidayextras/brand-chessington/src/less/progress-trackers';
@import '../node_modules/@holidayextras/brand-britishairways/src/less/product-list';
// Components w/ JavaScript
@import '../node_modules/@holidayextras/brand-britishairways/src/less/sliders';
//
// App Specific
// --------------------------------------------------
// Shortbreaks brands app-specific LESS
@import "app/shortbreaks-app-specific";
// Global app-specific LESS
@import "app/app-specific";
FAQs
British Airways
The npm package @holidayextras/brand-britishairways receives a total of 1 weekly downloads. As such, @holidayextras/brand-britishairways popularity was classified as not popular.
We found that @holidayextras/brand-britishairways demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
Security News
Members Hub is conducting large-scale campaigns to artificially boost Discord server metrics, undermining community trust and platform integrity.
Security News
NIST has failed to meet its self-imposed deadline of clearing the NVD's backlog by the end of the fiscal year. Meanwhile, CVE's awaiting analysis have increased by 33% since June.