@holidayextras/brand-parking4less

2.4.2 • Public • Published

Parking4Less Brand

We've coined the phrase 'Daisy chaining' to describe how our theme styles leverage dependencies. e.g. If you @import brand-parking4less, it will @import brand-globals, which in turn will @import bootstrap.

Basic import

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-parking4less/src/less/theme.less';

Advanced import

However, for more control and visibility, we recommend that you @import just the less files that you need.

//
// Parking4Less Theme cherry picking file
// --------------------------------------------------

// Core variables and mixins
@import '../node_modules/@holidayextras/brand-parking4less/src/less/variables';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/mixins';

// Reset and dependencies
@import '../node_modules/@holidayextras/brand-parking4less/src/less/normalize';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/print';

// Core CSS
@import '../node_modules/@holidayextras/brand-parking4less/src/less/scaffolding';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/type';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/code';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/grid';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/tables';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/forms';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/buttons';

// Components
@import '../node_modules/@holidayextras/brand-parking4less/src/less/component-animations';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/dropdowns';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/button-groups';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/input-groups';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/breadcrumbs';

@import '../node_modules/@holidayextras/brand-parking4less/src/less/labels';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/badges';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/thumbnails';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/alerts';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/progress-bars';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/media';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/list-group';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/panels';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/responsive-embed';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/wells';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/close';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/pickadate';

// Components w/ JavaScript
@import '../node_modules/@holidayextras/brand-parking4less/src/less/modals';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/tooltip';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/popovers';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/carousel';

// Utility classes
@import '../node_modules/@holidayextras/brand-parking4less/src/less/utilities';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/responsive-utilities';


//
// Globals
// --------------------------------------------------

// Colours / Colors
@import '../node_modules/@holidayextras/brand-parking4less/src/less/colours';

// Core CSS
@import '../node_modules/@holidayextras/brand-parking4less/src/less/blocks';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/backgrounds';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/lists';

// Components
@import '../node_modules/@holidayextras/brand-parking4less/src/less/lists';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/footer';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/pickadate';
@import '../node_modules/@holidayextras/brand-chessington/src/less/progress-trackers';
@import '../node_modules/@holidayextras/brand-parking4less/src/less/product-list';

// Components w/ JavaScript
@import '../node_modules/@holidayextras/brand-parking4less/src/less/sliders';

Readme

Keywords

none

Package Sidebar

Install

npm i @holidayextras/brand-parking4less

Weekly Downloads

293

Version

2.4.2

License

ISC

Unpacked Size

409 kB

Total Files

87

Last publish

Collaborators

  • holidayextrasci
  • olliebhx