Skip to content

Commit

Permalink
fix CSS paths
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 26, 2023
1 parent 8f60c03 commit dd186a4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 33 deletions.
1 change: 1 addition & 0 deletions docs/assets/scss/docs.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "../../../node_modules/@trimble-oss/modus-bootstrap/dist/css/modus-bootstrap";
@import "variables";
@import "clipboard-js";
@import "home";
Expand Down
3 changes: 0 additions & 3 deletions docs/layouts/partials/stylesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com/">

<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@trimble-oss/modus-bootstrap/dist/css/modus-bootstrap.min.css">

{{- $style := resources.Get "scss/docs.scss" | toCSS | postCSS | minify -}}
<link rel="stylesheet" href="{{ $style.Permalink | relURL }}?v{{ hugo.Version }}">

Expand Down
65 changes: 36 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@fullhuman/postcss-purgecss": "5.0.0",
"@prettier/plugin-xml": "3.2.1",
"@trimbleinc/modus-bootstrap": "1.6.2",
"@trimble-oss/modus-bootstrap": "2.0.0-alpha8",
"autoprefixer": "10.4.16",
"clipboard": "2.0.11",
"copyfiles": "2.4.1",
Expand Down

0 comments on commit dd186a4

Please sign in to comment.