All Projects → pixeldevsio → tailpress

pixeldevsio / tailpress

Licence: GPL-2.0 License
A Tailwind CSS enabled Underscores theme

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tailpress

sapper-postcss-template
A template that includes Sapper for Svelte and PostCSS preprocessing with Tailwind CSS
Stars: ✭ 84 (+40%)
Mutual labels:  postcss, tailwindcss, purgecss
eleventy solo starter njk
Further development suspended as of 2021-09-11. Please refer instead to https://www.11ty.dev/docs/starter/ for a wide selection of other Eleventy starter sets.
Stars: ✭ 22 (-63.33%)
Mutual labels:  postcss, jit, tailwindcss
XT-TailwindCSS-Starter
A Tailwind CSS Starter. Based on Tailwind CSS, Webpack, PostCSS, and cssnano. Fully optimized for top performance.
Stars: ✭ 19 (-68.33%)
Mutual labels:  postcss, tailwindcss
postcss-typed-css-classes
PostCSS plugin that generates typed entities from CSS classes for chosen programming language.
Stars: ✭ 12 (-80%)
Mutual labels:  postcss, tailwindcss
tailwindcss-postcss-browsersync-boilerplate
Tailwind CSS + PostCSS + BrowserSync boilerplate
Stars: ✭ 28 (-53.33%)
Mutual labels:  postcss, tailwindcss
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (-25%)
Mutual labels:  wordpress-theme, tailwindcss
tailwind-caret-color
Tailwindcss plugin to color caret in input fields
Stars: ✭ 12 (-80%)
Mutual labels:  postcss, tailwindcss
laravel-mix-tailwindcss-purgecss
Minimal Boilerplate for building static pages based on Laravel Mix 6, TailwindCSS 3, PostCSS 8, and ES6 Vanilla JS components.
Stars: ✭ 15 (-75%)
Mutual labels:  tailwindcss, purgecss
Sapper Firebase Typescript Graphql Tailwindcss Actions Template
A template that includes Sapper for Svelte, Firebase functions and hosting, TypeScript and TypeGraphQL, Tailwind CSS, ESLint, and automatic building and deployment with GitHub Actions
Stars: ✭ 111 (+85%)
Mutual labels:  postcss, tailwindcss
building-realworld-user-interfaces-using-tailwind
Demo of building real-world UIs using TailwindCSS
Stars: ✭ 87 (+45%)
Mutual labels:  postcss, tailwindcss
tailwind-bootstrap-grid
Tailwind CSS plugin that generates Bootstrap's flexbox grid
Stars: ✭ 96 (+60%)
Mutual labels:  postcss, tailwindcss
hugo-starter-tailwind-basic
A basic and simple to set up Hugo with TailwindCSS starter project.
Stars: ✭ 80 (+33.33%)
Mutual labels:  postcss, tailwindcss
postcss-purgecss
PostCSS plugin for purgecss
Stars: ✭ 92 (+53.33%)
Mutual labels:  postcss, purgecss
tailwindcss
Add Tailwind CSS to your Svelte project
Stars: ✭ 583 (+871.67%)
Mutual labels:  postcss, purgecss
electron-vue-boilerplate
Simple boilerplate for building Vue app with Electron and Webpack.
Stars: ✭ 53 (-11.67%)
Mutual labels:  postcss, purgecss
A17t
An atomic design toolkit for pragmatists
Stars: ✭ 236 (+293.33%)
Mutual labels:  postcss, tailwindcss
stencil-tailwind-plugin
Plugin for using tailwindcss with StencilJS
Stars: ✭ 17 (-71.67%)
Mutual labels:  postcss, tailwindcss
Wordpressify
🎈 A build system designed to automate your WordPress development workflow.
Stars: ✭ 1,374 (+2190%)
Mutual labels:  postcss, wordpress-theme
Tailwindcss
A utility-first CSS framework for rapid UI development.
Stars: ✭ 50,879 (+84698.33%)
Mutual labels:  postcss, tailwindcss
vite-ts-tailwind-starter
Opinionated Vite + Vue 3 + TypeScript + Tailwind CSS starter template w/ tests and CI.
Stars: ✭ 228 (+280%)
Mutual labels:  postcss, tailwindcss

TailPress

A minimal boilerplate theme for WordPress using TailwindCSS, with PostCSS and Laravel Mix.

ATTENTION

We've updated the default repo to underscores instead of main. This change comes with the fact that _S is a stable theme maintained directly by WordPress and allows for easier updates than the custom theme that was being used originially in the main branch. If you would like to use the main branch instead, please feel free to, but we will be deprecating support for it as of December 1st, 2021. All development will be in the underscores branch from then on. Thanks!

Update Dec. 11th, 2021

Tailwind Updated to 3.0.1

Getting started

  • Clone repo git clone https://github.com/pixeldevsio/tailpress.git && cd tailpress
  • Run rm -rf .git to remove git.
  • Run npm install
  • Run npm run development
  • Run npm run watch to start developing

You will find the editable CSS and Javascript files within the /resources folder.

Before you use your theme in production, make sure you run npm run production.

NEW! AlpineJS support

AlpineJS is now included in the theme! All you need to do is add define('ALPINEJS', TRUE) inside of your wp-config.php before the /* That's all, stop editing! Happy publishing. */ line and AlpineJS will be automatically included and ready to use. AlpineJS Docs

Block editor support

TailPress comes with basic support for the block editor.

CSS-classes for alignment, background and text colors will be generated automatically. You can modify this within the tailwind.config.js file.

To make the editing experience within the block editor more in line with the front end styling, a editor-style.css is generated. This file is only compiled on production builds.

Full Site Editing support

TailPress is now updated to support Full Site Editing.

The template editing mode is a way to edit the website without the complexity of the site editor interface. It is more limited than the site editor because you can not select or navigate between templates in this view.

You access the template editing mode via the block editor.

Create a new post or page. Next, open the document settings sidebar and locate the Template panel below Status & visibility. Here you will find information about the current template and a list of existing templates to choose from.

Create a new template by selecting the New link.

Edit and save the template in the same way as in the site editor.

Define theme colors

Four colors (primary, secondary, dark and light) are defined from the beginning. You can modify the colors in tailpress.json.

Define theme font sizes

You can modify the font sizes within tailpress.json.

JIT

Tailwind CSS JIT is used to allow for fast compiling.

If you prefer to use the regular Tailwind CSS instead, you can change to that dependency in package.json. Also make sure to you change the PostCSS plugins in webpack.mix.js.

PurgeCSS

By default, PurgeCSS is enabled. You can modify or disable it by changing the settings in the tailwind.config.js file. There are several PurgeCSS options.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].