All Projects → wpsitecare → Gravity Forms Scss

wpsitecare / Gravity Forms Scss

Sass styles for the Gravity Forms WordPress form builder plugin

Projects that are alternatives of or similar to Gravity Forms Scss

Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (+51.16%)
Mutual labels:  wordpress, sass
Air Light
WordPress starter theme - designed to be minimal, lightweight and easy for all kinds of WordPress projects. Public Roadmap: https://favro.com/organization/3b45e73eaf083f68fefef368/c1dd2d4a99d6723904d2e763
Stars: ✭ 285 (+562.79%)
Mutual labels:  wordpress, sass
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+3095.35%)
Mutual labels:  wordpress, sass
React Timelines
React Timelines Library
Stars: ✭ 161 (+274.42%)
Mutual labels:  library, sass
Wordpress Gulp Starter Kit
[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp.
Stars: ✭ 674 (+1467.44%)
Mutual labels:  wordpress, sass
Generator Kittn
The Yeoman Kittn Generator
Stars: ✭ 63 (+46.51%)
Mutual labels:  wordpress, sass
Foundationpress
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Stars: ✭ 2,776 (+6355.81%)
Mutual labels:  wordpress, sass
Generator Baukasten
Awesome!
Stars: ✭ 50 (+16.28%)
Mutual labels:  wordpress, sass
Inkline
Inkline is the customizable Vue.js UI/UX Library designed for creating flawless responsive websites.
Stars: ✭ 606 (+1309.3%)
Mutual labels:  library, sass
React Component Library
A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
Stars: ✭ 313 (+627.91%)
Mutual labels:  library, sass
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (+60.47%)
Mutual labels:  library, sass
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-39.53%)
Mutual labels:  wordpress, sass
Plate
Plate: a super stripped-down WordPress starter theme for developers.
Stars: ✭ 110 (+155.81%)
Mutual labels:  wordpress, sass
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (+639.53%)
Mutual labels:  wordpress, sass
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (+1697.67%)
Mutual labels:  library, sass
Planet4 Master Theme
Wordpress master theme for the Greenpeace Planet 4 project
Stars: ✭ 34 (-20.93%)
Mutual labels:  wordpress, sass
Gmtwitch
Lightweight, open source Twitch interface for Game Maker: Studio
Stars: ✭ 41 (-4.65%)
Mutual labels:  library
Cusca
A ghost theme
Stars: ✭ 42 (-2.33%)
Mutual labels:  sass
8bp
8 bits de poder ( 8 bits of power)
Stars: ✭ 41 (-4.65%)
Mutual labels:  library
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+2244.19%)
Mutual labels:  library

Gravity Forms SCSS

Gravity Forms styles for use in Alpha, Foxtrot, and any other Sassy WordPress theme.

Contributors: Ozzy Rodriguez, Robert Neu
Requires: WordPress 4.5, Gravity Forms 1.9
Tested up to: WordPress 4.5, Gravity Forms 1.9.17.4
License: MIT

Usage

The easiest way to use these styles is to clone them into your theme and integrate them into your build process. They will work out of the box with the Alpha and Foxtrot starter themes as they share the same variable and dependency structure.

You may need to make adjustments if you want to use the styles in another theme. Please feel free to fork and adapt these styles to meet your own needs!

Because this replaces all of the default Gravity Forms styles, you'll probably want to force the plugin's styles to be disabled programmatically rather than allow the user to make the choice from the admin. To do this, simply add the following to your theme's global functions:

add_filter( 'pre_option_rg_gforms_disable_css', '__return_true' );

Requirements

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].