-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-style.scss
37 lines (30 loc) · 1.24 KB
/
theme-style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*!
Theme Name: TailwindCSS WordPress
Theme URI: http://underscores.me/
Author: Jonathan Briehl
Author URI: https://code.jonathanbriehl.com
Description: Blank WP theme with Tailwind CSS ready to go — simple or Laravel Mix with SASS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tailwindcss-wordpress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
tailwindcss_wordpress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Uncomment to include the basic css that comes with the _s Underscores theme */
// @import "css/wp-base.css";
/* Uncomment to include the basic css for WooCommerce that comes with _s theme */
// @import "css/woocommerce.css";
/*
* Your custom styles here.
*/