Skip to content

Commit

Permalink
Strips things down to basics and adds Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymcollins committed Sep 21, 2020
1 parent 432fea1 commit 416955e
Show file tree
Hide file tree
Showing 173 changed files with 20,133 additions and 28,680 deletions.
1 change: 0 additions & 1 deletion .browserlistrc

This file was deleted.

11 changes: 0 additions & 11 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ node_modules/
vendor/

# theme
dist
build
!src/scss/vendor
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0"?><ruleset name="Project"><rule ref="WebDevStudios"/></ruleset>
<?xml version="1.0"?><ruleset name="Project"><rule ref="WebDevStudios"/></ruleset>
7 changes: 1 addition & 6 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
src/scss/styles.scss
src/scss/gutenberg-blocks-style.scss
src/scss/vendor/**/*.scss
src/scss/plugins/*.scss
style.css
gutenberg-blocks-style.css
index.css
6 changes: 3 additions & 3 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

get_header(); ?>

<main id="main" class="site-main">
<main id="main" class="site-main container mx-auto my-12">

<section class="error-404 not-found container">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Sorry, this page doesn\'t exist.', '_s' ); ?></h1>
<h1 class="page-title text-2xl"><?php esc_html_e( 'Sorry, this page doesn\'t exist.', '_s' ); ?></h1>
</header><!-- .page-header -->

<div class="page-content">
Expand Down
262 changes: 0 additions & 262 deletions acf-json/group_58ebcc07bfbd7.json

This file was deleted.

Loading

0 comments on commit 416955e

Please sign in to comment.