Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
##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
Unknown package
We found that tonic-wp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.