npm.io
0.2.27 • Published 10 years ago

caleres-checkout-styles

Licence
ISC
Version
0.2.27
Deps
0
Vulns
0
Weekly
0

#caleres-cart-styles Styles to accompany MVC cart

Create the file /source/Assets/Shared/Styles/Checkout.scss and add the following content:

@import 'caleres-checkout-styles';

If you are using the White Label, do this instead:

@import '../../../styles/variables/theme';
@import '../../../styles/variables/globals';
@import 'caleres-checkout-styles';

This file will be compiled into: /Assets/Shared/Checkout.scss

You may also want to change .build/config.js to the following:

module.exports = {
	site: 'http://www.naturalizer.com/',
	shop_records: '/shop_records/',
	secure: '/secure/'
};

Test pages are included in the test-pages folder. Good luck!