16 lines
No EOL
427 B
JavaScript
16 lines
No EOL
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"
|
|
]; |