vagabond-rpg-foundryvtt/styles/scss/vagabond.scss
Cal Corum 44dbd00e1b Add development tooling: ESLint, Prettier, Husky, and Quench tests
Set up complete development environment with:
- ESLint with Foundry VTT globals (game, CONFIG, Actor, etc.)
- Prettier for consistent code formatting
- Husky + lint-staged for pre-commit hooks
- Quench test framework structure with sanity checks

Documentation:
- DEVELOPMENT.md with tooling decisions and rationale
- README.md updated with development setup instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 14:47:14 -06:00

25 lines
428 B
SCSS

// Vagabond RPG - Foundry VTT System Styles
// ==========================================
// Configuration
@import "variables";
@import "mixins";
// Base styles
@import "base";
// Components
@import "components/buttons";
@import "components/forms";
@import "components/tabs";
// Sheets
@import "sheets/actor-sheet";
@import "sheets/item-sheet";
// Dialogs
@import "dialogs/roll-dialog";
// Chat
@import "chat/chat-cards";