// // main.less // ========= // // DO NOT MODIFY THIS FILE. // change in includes.less instead // // This file is the starting point for all styles // in the Intel RWD project. It imports all the // styles used by the project. // WRAPPING ENTIRE CSS WITH .rwd CLASS to // PREVENT APPLYING RWD CHANGES ON LEGACY PAGES. // // DO NOT MODIFY THIS FILE. // Create your styles in a self contained file // then link that file includes.less. @import(reference) "../../../commons-page/resources/less/ext-variables.less";@import(reference) '../../../commons-page/resources/less/vars.less';@import(reference) '../../../commons-page/resources/less/grid.less';@import(reference) '../../../commons-page/resources/less/mixins.less';@import(reference) '../../../commons-page/resources/less/grid-intel-sizes.less';@import(reference) '../../../commons-sprite/resources/less/carets.less';@import(reference) '../../../commons-sprite/resources/less/icons.less';@import '../../../upeL4RatingReview/resources/less/upe-rating-review.less';@import "../../../upeL3ProductDetails/resources/less/icons.less";@import "../../../upeEnhancedProductCardDetails/resources/less/pagination.less";.rwd{@import 'includes.less'}