Skip to content

Commit

Permalink
Merge branch 'v3.0-alpha' into feature/elegant-ui-button
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowens20832 committed Nov 23, 2023
2 parents 477d0d2 + 8557bb6 commit 468971b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/install_and_test_elegant_core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Install and Test Elegant core
on:
push:
pull_request:
paths:
- source/**
jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/install_and_test_elegant_ui.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Install and Test Elegant UI package
on:
push:
pull_request:
paths:
- packages/elegant-ui/**
jobs:
Expand Down
2 changes: 1 addition & 1 deletion source/elegant/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
// experimental: {
// optimizeUniversalDefaults: true,
// },
content: ['./src/**/*.{js,jsx,ts,tsx,mdx,mjs,mdx,html}', './remark/**/*.{js,mjs}'],
content: ['./src/**/*.{js,jsx,ts,tsx,mdx,mjs,mdx,html}'],
darkMode: 'class',
theme: {
extend: {
Expand Down

0 comments on commit 468971b

Please sign in to comment.