Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tonic-wp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tonic-wp

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Tonic WP

##An opinionated scaffolding structure for Sass and WordPress themes

Tonic WP is an opinionated framework for developing WordPress themes using Sass. It is simply meant to help keep your CSS modular by suggesting a file structure; no styles have been added. Tonic WP is meant to be imported after any grids, scaffolding or other framework styles.

###Requirements

Sass 3.3+

###Installation

Tonic WP includes an easy way to generate a directory with all necessary files.

####Install (TonicWP v1.0)

gem install tonic-wp

Install TonicWP into the current directory by generating the tonic-wp folder:

tonic-wp install

The generated folder will contain all the scaffolding for getting started with your WordPress theme. These files are meant to be modified. If you remove any of the files, make sure they are removed from the _tonic-wp.scss file at the root of the tonic-wp folder so as not to cause any import errors.

You can specify a target directory using the path flag:

tonic-wp install --path new/path

####Import

Make sure you import your newly generated framework into your stylesheet(s):

@import 'tonic-wp/tonic-wp';

###License

Tonic WP is published under the GNU General Public License.

FAQs

Package last updated on 30 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc