All Projects → luizbills → wp-modular-css

luizbills / wp-modular-css

Licence: GPL-2.0 license
Plugin to generate a custom Tachyons build from a JSON configuration.

Programming Languages

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

Projects that are alternatives of or similar to wp-modular-css

Codestar Framework
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Stars: ✭ 147 (+880%)
Mutual labels:  wordpress-development
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (+1226.67%)
Mutual labels:  wordpress-development
Understrap
Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers.
Stars: ✭ 2,822 (+18713.33%)
Mutual labels:  wordpress-development
Wordpress Coding Standards
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
Stars: ✭ 2,070 (+13700%)
Mutual labels:  wordpress-development
Gulp Webpack Starter
Gulp Webpack Starter - fast static website builder. The starter uses gulp toolkit and webpack bundler. Download to get an awesome development experience!
Stars: ✭ 199 (+1226.67%)
Mutual labels:  wordpress-development
Brizy
Brizy is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
Stars: ✭ 209 (+1293.33%)
Mutual labels:  wordpress-development
React With Wordpress
🔥 Example of react application to access WordPress REST API
Stars: ✭ 137 (+813.33%)
Mutual labels:  wordpress-development
stream
Monorepo for Resonate Coop player
Stars: ✭ 164 (+993.33%)
Mutual labels:  tachyons
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (+1220%)
Mutual labels:  wordpress-development
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (+1453.33%)
Mutual labels:  wordpress-development
Wpstarter
Easily bootstrap whole site Composer packages for WordPress.
Stars: ✭ 182 (+1113.33%)
Mutual labels:  wordpress-development
Primary Vagrant
An Apache based Vagrant configuration for helping you get the most out of WordPress Development
Stars: ✭ 192 (+1180%)
Mutual labels:  wordpress-development
Aquila
🎨 An Advanced WordPress theme
Stars: ✭ 204 (+1260%)
Mutual labels:  wordpress-development
Wpbullet
A static code analysis for WordPress (and PHP)
Stars: ✭ 148 (+886.67%)
Mutual labels:  wordpress-development
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (+1580%)
Mutual labels:  wordpress-development
Live Composer Page Builder
Free page builder plugin for WordPress http://livecomposerplugin.com
Stars: ✭ 143 (+853.33%)
Mutual labels:  wordpress-development
Wplib Box
The Best Local Dev Server for WordPress Developers
Stars: ✭ 204 (+1260%)
Mutual labels:  wordpress-development
wp-weixin
WordPress WeChat integration
Stars: ✭ 62 (+313.33%)
Mutual labels:  wordpress-development
login-designer
Official repository of the Login Designer WordPress Plugin
Stars: ✭ 97 (+546.67%)
Mutual labels:  wordpress-development
Code Snippets
Code Snippets WordPress Plugin
Stars: ✭ 226 (+1406.67%)
Mutual labels:  wordpress-development
=== WP Modular CSS ===
Contributors: luizbills
Donate link: https://www.luizpb.com/en/
Tags: css, tachyons, modular, atomic, functional
Requires at least: 4.6
Tested up to: 5.7
Stable tag: 2.3.0
Requires PHP: 5.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Generate customized Tachyons CSS easily

== Description ==

Generate a custom [tachyons CSS](http://tachyons.io) build from a json configuration.

Just go to **Settings -> Modular CSS** and change the default tachyons values to better meet your needs.

Useful links:

- [Plugin config file docs](https://github.com/luizbills/wp-modular-css/blob/master/docs/json-config-syntax.md)
- [Github Repository](https://github.com/luizbills/wp-modular-css)
- [Tachyons Documentation](http://tachyons.io/docs/)

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/wp-modular-css` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings -> Modular CSS screen to configure the plugin

== Frequently Asked Questions ==

= I can choose what parts of tachyons will be responsive? =
Yes. In your config, put ou remove "responsive" word inside of module's array in "__enabled-modules" property.

= I can delete/remove any module of my custom tachyons? =
Yes. In your config, remove the module's declaration in "__enabled-modules" property.

== Screenshots ==

1. Choose your own values like colors and spacing...

== Changelog ==

* complete CHANGELOG in [https://github.com/luizbills/wp-modular-css/blob/master/CHANGELOG.md](https://github.com/luizbills/wp-modular-css/blob/master/CHANGELOG.md)

== Upgrade Notice ==

= 1.0 =
* Initial release
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].