-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: v3 #454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
wesleyboar
wants to merge
14
commits into
main
Choose a base branch
from
epic/v3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
refactor: v3 #454
Conversation
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
* feat!: remove dist * conf!: ignore dist * feat!: prevent publish if .css in src Need next to: - Rename source files to .postcss. - Deal with demo stylesheets. * feat: log if no dist found in source * refactor: optimizations * refactor: renamed vars * refactor: renamed source .css files to .postcss * refactor: move **/*.css source to ../*.postcss * fix/refactor: load .postcsss not .css * temp: restore dist (rebuilt) to diff * revert "conf!: ignore dist" (manually) * chore: delete & ignore dist (again) I checked diff with base branch. All good: - Diff had changes (unexpected). - Diff changes were rmeoval of demo and outdated files. * chore: ignore dist * chore: delete util script * fix: ignore fractal util file
* test: demo action * feat: lint dir & worflow to do so, UNTESTED * fix: lint workflow job step names * test: lint workflow job name * config: lint workflow on .css change for epic/v3 * test: build .css files * config: output paths from repo root not fs root * fix: delete align.css * fix: delete admonition.css * noop: test commit (new line) * Revert "noop: test commit (new line)" This reverts commit 88cf542. * noop: test commit (new line) in a .css file * Revert "noop: test commit (new line) in a .css file" This reverts commit d6aa2ca.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvements or additions to existing features
feature
A new feature or replacement of existing feature
major
An incompatible API change
refactor
Re-writes/structures code but retains behavior
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.
Overview
Fix all the problems with Core-Styles v2.
Important
/distdirectory is not committed to GitHub.Related
Changes
…
Testing
UI
…