Skip to content

Commit

Permalink
remove unused infra (#5499)
Browse files Browse the repository at this point in the history
* remove unused stylelint config

* remove unused package

* tweak footer

* fresh install

* remove tailwind classes from old site
  • Loading branch information
jaffrepaul authored Sep 28, 2023
1 parent 06d7900 commit eb84caa
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const config = {
href: 'https://learn.cypress.io',
},
{
label: 'YouTube',
label: 'Cypress.io YouTube',
href: 'https://www.youtube.com/channel/UC-EOsTo2l2x39e4JmSaWNRQ',
},
],
Expand Down
11 changes: 0 additions & 11 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"clsx": "^1.1.1",
"docusaurus-plugin-image-zoom": "^0.1.1",
"docusaurus-plugin-sass": "^0.2.2",
"get-all-files": "^4.1.0",
"postcss": "^8.4.14",
"prism-react-renderer": "^1.3.3",
"react": "^17.0.2",
Expand Down
7 changes: 0 additions & 7 deletions src/components/plugins-list/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ ul.pluginsList li {
margin: 0 !important;
}

/* stylelint-disable-next-line at-rule-no-unknown */
@screen lg {
ul.pluginsList li {
width: 30%;
}
}

ul.pluginsList li p {
margin-bottom: 0.5em;
}
Expand Down
7 changes: 0 additions & 7 deletions src/components/video-local/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,3 @@
.docsVideo video {
width: 100%;
}

/* stylelint-disable-next-line at-rule-no-unknown */
@screen xl {
.docsVideo {
min-height: 380px;
}
}
25 changes: 0 additions & 25 deletions stylelint.config.js

This file was deleted.

0 comments on commit eb84caa

Please sign in to comment.