mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
update build
This commit is contained in:
parent
6faffe133d
commit
0f117e5dc3
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ const CSS_FILES = [
|
|||
|
||||
// BEM Component Files
|
||||
'styles/task-card-bem.css', // TaskCard component with proper BEM scoping
|
||||
'styles/task-inline-widget.css', // Inline task widget for editor with proper BEM scoping
|
||||
'styles/note-card-bem.css', // NoteCard component with proper BEM scoping
|
||||
'styles/filter-bar-bem.css', // FilterBar component with proper BEM scoping
|
||||
'styles/modal-bem.css', // Modal components with proper BEM scoping
|
||||
|
|
@ -43,6 +44,7 @@ const MAIN_CSS_TEMPLATE = `/* TaskNotes Plugin Styles */
|
|||
|
||||
BEM Component Files:
|
||||
- styles/task-card-bem.css: TaskCard component with proper BEM scoping
|
||||
- styles/task-inline-widget.css: Inline task widget for editor with proper BEM scoping
|
||||
- styles/note-card-bem.css: NoteCard component with proper BEM scoping
|
||||
- styles/filter-bar-bem.css: FilterBar component with proper BEM scoping
|
||||
- styles/modal-bem.css: Modal components with proper BEM scoping
|
||||
|
|
|
|||
Loading…
Reference in a new issue