piskel/piskel-style-list.js
jdescottes e4cf2ac40b Merged
2013-12-18 23:22:25 +01:00

16 lines
427 B
JavaScript

// This list is used both by the grunt build and index.html (in debug mode)
exports.styles = [
"css/reset.css",
"css/style.css",
"css/forms.css",
"css/settings.css",
"css/tools.css",
"css/cheatsheet.css",
"css/spectrum/spectrum.css",
"css/spectrum/spectrum-overrides.css",
"css/bootstrap/bootstrap.css",
"css/bootstrap/bootstrap-tooltip-custom.css",
"css/preview-film-section.css",
"css/minimap.css"
];