Skip to content

Commit 612dd21

Browse files
committed
test: fixes build
1 parent e66601c commit 612dd21

File tree

12 files changed

+17
-148
lines changed

12 files changed

+17
-148
lines changed

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6886,6 +6886,12 @@ This optimized CLAUDE.md configuration integrates proven XP, TDD, and refactorin
68866886
The configuration maintains all existing safeguards while adding XP discipline and proven refactoring practices for more effective software development.
68876887
68886888
6889+
## Tech Stack
6890+
6891+
* Hugo
6892+
* bun / PostCSS
6893+
* Ruby / Minitest
6894+
68896895
---
68906896
68916897
**Remember**: This comprehensive configuration enforces unified handbook system compliance with Hugo/JAMstack specializations. All agents MUST follow the dual-source handbook system (global standards FIRST, project adaptations SECOND) and maintain zero-tolerance policies for duplication, quality, and security violations.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
docile (1.4.1)
6161
drb (2.2.3)
6262
erubi (1.13.1)
63-
faraday (2.13.4)
63+
faraday (2.14.0)
6464
faraday-net_http (>= 2.0, < 3.5)
6565
json
6666
logger
@@ -148,7 +148,7 @@ GEM
148148
rubocop (>= 1.75.0, < 2.0)
149149
rubocop-ast (>= 1.38.0, < 2.0)
150150
ruby-progressbar (1.13.0)
151-
rubyzip (3.1.0)
151+
rubyzip (3.1.1)
152152
sanity-ruby (0.7.0)
153153
activemodel
154154
securerandom (0.4.1)

bun.lockb

491 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@
2727
"postcss": "^8.5.6",
2828
"postcss-cli": "^11.0.1",
2929
"postcss-delete-duplicate-css": "^1.0.0",
30+
"postcss-import": "^16.1.1",
3031
"postcss-nested": "^6.2.0",
3132
"prettier": "^3.6.2",
3233
"prettier-plugin-go-template": "^0.0.15",
3334
"surge": "^0.24.6"
3435
},
3536
"dependencies": {
36-
"caniuse-lite": "^1.0.30001743"
37+
"caniuse-lite": "^1.0.30001745"
3738
},
3839
"keywords": [
3940
"hugo",

postcss.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ const purgecss = createPurgeCss({
4848

4949
module.exports = {
5050
plugins: [
51+
// Process @import statements first (must be first in order)
52+
require("postcss-import")({
53+
path: ["themes/beaver/assets/css"]
54+
}),
55+
5156
// Always include nested CSS support
5257
require("postcss-nested"),
5358

themes/beaver/assets/css/components.scss

Lines changed: 0 additions & 140 deletions
This file was deleted.

themes/beaver/assets/css/components/_content-block.scss renamed to themes/beaver/assets/css/components/content-block.css

File renamed without changes.

themes/beaver/assets/css/fl-use-cases-layout.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
/* PowerPack Component Imports */
2-
@import "utilities/components/powerpack/infobox.css";
3-
@import "utilities/components/powerpack/content-grid.css";
4-
@import "utilities/components/powerpack/pp-icon.css";
5-
@import "utilities/components/powerpack/pp-list.css";
1+
/* PowerPack Component Imports - handled via Hugo resources concatenation */
2+
/* See themes/beaver/layouts/page/use-cases.html for PowerPack CSS inclusion */
63

74
/* Removed: box-sizing reset - now in utilities/foundation/reset.css */
85
/* .fl-builder-content *, .fl-builder-content *:before, .fl-builder-content *:after {
File renamed without changes.

themes/beaver/assets/css/utilities/_color-accessibility.scss renamed to themes/beaver/assets/css/utilities/color-accessibility.css

File renamed without changes.

0 commit comments

Comments
 (0)