N.B. This repo is very specific to Casper. We've released it for others to share our approach, but we don't recommend using it in your production environment for the time being.`
Install with npm. This will install the latest tag available in master
.
npm install CasperSleep/nightshade-core -D
Import modules, libraries, and utilities in your file.
Third party libraries we rely on for tooling.
@import './node_modules/accoutrement-color/sass/color';
@import './node_modules/susy/sass/susy';
Sass tools for web development
@import './node_modules/@casper/nightshade-core/src/utilities/queries_helpers';
@import './node_modules/@casper/nightshade-core/src/animation/index';
@import './node_modules/@casper/nightshade-core/src/utilities/arrows_helpers';
@import './node_modules/@casper/nightshade-core/src/layout/positioning_helpers';
@import './node_modules/@casper/nightshade-core/src/utilities/visual_utility_helpers';
@import './node_modules/@casper/nightshade-core/src/utilities/z_index_helpers';
The core collection of Casper modules that comprise the Nightshade Design System.
At the moment, the modules are in flux. We recommend checking modules
directory to find out the file(s) to import.
Check out the discussion on the topic. Input and feedback welcome and open to all!
© Casper Coders
Want to be a part of what we're coding? We're looking for front-end developers and designers to join our team. Email claudina[at]casper[dot]com.