Skip to content

Commit

Permalink
Merge pull request #16 from datsfilipe/feat-using-wildcards-for-class…
Browse files Browse the repository at this point in the history
…names

feat: using wildcards for class names
  • Loading branch information
datsfilipe authored Jan 12, 2025
2 parents 69d03b1 + 72aae2c commit 886e84a
Show file tree
Hide file tree
Showing 22 changed files with 628 additions and 495 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooth-theme",
"version": "2.2.2",
"version": "2.3.0",
"author": "datsfilipe <[email protected]>",
"description": "Simplicity in two colors, the best theme for you.",
"maintainers": [
Expand Down
549 changes: 307 additions & 242 deletions src/output/custom.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/output/custom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/output/snippets-from-community/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output/snippets-from-community/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scss/abstracts/_theme-colors.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use './general-colors' as gc;

// special version control variable
$theme-version: none;
$theme-version-2-3-0: none;

// colors and more
$header-primary: #ffffff;
Expand Down
Loading

0 comments on commit 886e84a

Please sign in to comment.