Skip to content

Commit

Permalink
Merge pull request #360 from canonical/WD-17353
Browse files Browse the repository at this point in the history
WD-17353 Refresh home page
  • Loading branch information
minkyngkm authored Jan 10, 2025
2 parents a7e27b5 + 36ddeeb commit ec90ee6
Show file tree
Hide file tree
Showing 6 changed files with 719 additions and 574 deletions.
19 changes: 19 additions & 0 deletions .djlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"blank_line_after_tag": "load,extends",
"blank_line_before_tag": "load,extends,block, macro",
"close_void_tags": true,
"ignore": "J018,H006,H021,H023,H029,T002,T003,T028,D018",
"include": "H017",
"indent": "2",
"max_blank_lines": 1,
"max_line_length": "120",
"profile": "jinja",
"format_css": true,
"format_js": true,
"css": {
"indent_size": 2
},
"js": {
"indent_size": 2
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"intl-tel-input": "17.0.21",
"postcss": "8.4.38",
"postcss-cli": "11.0.0",
"sass": "1.77.6",
"vanilla-framework": "4.14.0"
"sass": "1.79.0",
"vanilla-framework": "4.18.5"
},
"devDependencies": {
"concurrently": "8.2.2",
Expand Down
7 changes: 0 additions & 7 deletions static/sass/_pattern_deployment-table.scss

This file was deleted.

2 changes: 0 additions & 2 deletions static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
@import "@canonical/cookie-policy/build/css/cookie-policy";

// import site specific patterns and overrides
@import "pattern_deployment-table";
@import "pattern_heading-icon";
@import "pattern_matrix";
@import "pattern_navigation";
@import "pattern_strip";
@import "pattern_stream";
@import "pattern_footer";

@include anbox-p-deployment-table;
@include anbox-p-heading-icon;
@include anbox-p-matrix;
@include anbox-p-navigation;
Expand Down
Loading

0 comments on commit ec90ee6

Please sign in to comment.