Skip to content

Commit

Permalink
Use github source css for styleguide
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 31, 2022
1 parent b6b6b79 commit 47d4844
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6,205 deletions.
2 changes: 1 addition & 1 deletion styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
require: [
path.join(__dirname, 'styleguide/global.requires.js'),
path.join(__dirname, 'styleguide/assets/icons.css'),
path.join(__dirname, 'styleguide/assets/additional.scss'),
path.join(__dirname, 'styleguide/assets/additional.css'),
],
pagePerSection: true,
minimize: true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@import 'server.css';
@import url('https://nextcloud.github.io/server/apps/theming/css/default.css');
@import url('https://nextcloud.github.io/server/core/css/server.css');

div[data-preview] {
* {
box-sizing: border-box;
}
div[data-preview] * {
box-sizing: border-box;
}

body {
Expand Down
Loading

0 comments on commit 47d4844

Please sign in to comment.