Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanThompson committed Nov 6, 2019
1 parent e2e5558 commit e0c8c67
Show file tree
Hide file tree
Showing 9 changed files with 4,901 additions and 62,056 deletions.
66,767 changes: 4,737 additions & 62,030 deletions resources/css/theme.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
158 changes: 158 additions & 0 deletions resources/js/theme.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions resources/scss/theme/components/_dropdowns.scss
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
.dropdown-menu {

}
3 changes: 0 additions & 3 deletions resources/scss/theme/components/_forms.scss
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
input.form-control {
@apply form-input;
}
16 changes: 3 additions & 13 deletions resources/scss/theme/components/_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,29 +1,19 @@
.tabs {
ul {
@apply flex border-b;

li {
@apply -mb-px mr-1;

a {
@apply bg-white inline-block py-2 px-4 text-blue-500 font-semibold;

&:hover {
@apply text-blue-800;
}
&:hover {}

&.active {
@apply bg-white inline-block border-l border-t border-r rounded-t py-2 px-4 text-blue-700 font-semibold;
}
&.active {}
}
}
}

.tabs__pane {
display: none;

&.active {
display: block;
}
&.active {}
}
}
2 changes: 1 addition & 1 deletion resources/scss/theme/layout/_top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
height: 40px;

path {
fill: theme('colors.purple.500');
fill: purple;
}
}
}
Expand Down
8 changes: 2 additions & 6 deletions webpack.mix.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
let mix = require('laravel-mix');
const tailwindcss = require('tailwindcss');

/*
|--------------------------------------------------------------------------
Expand All @@ -15,10 +14,7 @@ const tailwindcss = require('tailwindcss');
mix
.sass('resources/scss/theme/theme.scss', 'resources/css')
.js([
'resources/js/app.js',
'resources/js/polyfills.js',
'resources/js/src/app.js',
'resources/js/src/polyfills.js',
], 'resources/js/theme.js')
.options({
processCssUrls: false,
})
.sourceMaps();

0 comments on commit e0c8c67

Please sign in to comment.