Open
Conversation
added 2 commits
January 28, 2026 20:05
Split c-content-main.css into multiple files: - element.css: basic element styles - bge.css: Burger Editor related styles - cc-form.css: form related styles - index.css: imports all separated files Update import paths in bge_style.css and style.css to use the new index.css file. Update stylelint config to apply special rules to c-content-main directory files.
Update test expectations to reflect the split of c-content-main.css into multiple files (bge.css, cc-form.css, element.css, index.css).
added 3 commits
February 26, 2026 15:01
# Conflicts: # packages/@d-zero/create-frontend/index.spec.js
…ntainer - Split bge.css into bgi-*.css and bge-container.css by data attribute - Remove bge.css intermediary and import directly from index.css Made-with: Cursor
- Replace bge.css with bge-container.css and bgi-*.css in expected file lists - Align expectedBasercms4, npx, and npx --type static test cases Made-with: Cursor
Collaborator
Author
added 2 commits
March 6, 2026 17:55
- Move burger-editor styles to _libs/style/burger-editor/ - Move c-content-main to _libs/style/c-content-main/ - Update bge_style.css and style.css imports in htdocs Made-with: Cursor
- Reflect burger-editor and c-content-main move to style directory Made-with: Cursor
yusasa16
pushed a commit
to d-zero-dev/frontend-guidelines
that referenced
this pull request
Mar 6, 2026
- Reflect the split of `c-content-main.css` into `c-content-main/` and `burger-editor/` directories. - Update `style.css` import examples to include the new `main` layer. - Add detailed descriptions for the new directory structures and their respective files. - Add a reference link to the Burger Editor core README. Relates to d-zero-dev/frontend-env#820 Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #805